Class TdApi.CheckChatInviteLink

  • Enclosing class:
    TdApi

    public static class TdApi.CheckChatInviteLink
    extends TdApi.Function
    Checks the validity of an invite link for a chat and returns information about the corresponding chat.

    Returns ChatInviteLinkInfo

    • Field Detail

      • inviteLink

        public String inviteLink
        Invite link to be checked.
      • CONSTRUCTOR

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

      • CheckChatInviteLink

        public CheckChatInviteLink()
        Default constructor for a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.

        Returns ChatInviteLinkInfo

      • CheckChatInviteLink

        public CheckChatInviteLink​(String inviteLink)
        Creates a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.

        Returns ChatInviteLinkInfo

        Parameters:
        inviteLink - Invite link to be checked.