Class TdApi.CheckChatFolderInviteLink

Enclosing class:
TdApi

public static class TdApi.CheckChatFolderInviteLink extends TdApi.Function<TdApi.ChatFolderInviteLinkInfo>
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder.

Returns ChatFolderInviteLinkInfo

  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • CheckChatFolderInviteLink

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

      Returns ChatFolderInviteLinkInfo

    • CheckChatFolderInviteLink

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

      Returns ChatFolderInviteLinkInfo

      Parameters:
      inviteLink - Invite link to be checked.
  • Method Details