Module tdlight.api

Class TdApi.InternalLinkTypeChatInvite

Enclosing class:
TdApi

public static final class TdApi.InternalLinkTypeChatInvite extends TdApi.InternalLinkType
The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link.
  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InternalLinkTypeChatInvite

      public InternalLinkTypeChatInvite()
      The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link.
    • InternalLinkTypeChatInvite

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

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