Module tdlight.api

Class TdApi.CheckChatFolderInviteLink

Enclosing class:
TdApi

public static final 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
      See Also:
  • Constructor Details

    • CheckChatFolderInviteLink

      public CheckChatFolderInviteLink()
      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)
      Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. Returns ChatFolderInviteLinkInfo
      Parameters:
      inviteLink - String Invite link to be checked.
    • CheckChatFolderInviteLink

      public CheckChatFolderInviteLink(DataInput input) throws IOException
      Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder. Returns ChatFolderInviteLinkInfo
      Throws:
      IOException
  • Method Details