Module tdlight.api

Class TdApi.InternalLinkTypeChatFolderInvite

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeChatFolderInvite
Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeChatFolderInvite extends TdApi.InternalLinkType
The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.
  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypeChatFolderInvite

      public InternalLinkTypeChatFolderInvite()
      The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.
    • InternalLinkTypeChatFolderInvite

      public InternalLinkTypeChatFolderInvite(String inviteLink)
      The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.
      Parameters:
      inviteLink - String Internal representation of the invite link.
    • InternalLinkTypeChatFolderInvite

      public InternalLinkTypeChatFolderInvite(DataInput input) throws IOException
      The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link.
      Throws:
      IOException
  • Method Details