Class TdApi.InternalLinkTypeChatInvite

  • Enclosing class:
    TdApi

    public static 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 Detail

      • inviteLink

        public String inviteLink
        Internal representation of the invite link.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 - Internal representation of the invite link.