Module tdlight.api

Class TdApi.CheckChatInviteLink

Enclosing class:
TdApi

public static final class TdApi.CheckChatInviteLink extends TdApi.Function<TdApi.ChatInviteLinkInfo>
Checks the validity of an invite link for a chat and returns information about the corresponding chat. Returns ChatInviteLinkInfo
  • Field Details

    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • CheckChatInviteLink

      public CheckChatInviteLink()
      Checks the validity of an invite link for a chat and returns information about the corresponding chat. Returns ChatInviteLinkInfo
    • CheckChatInviteLink

      public CheckChatInviteLink(String inviteLink)
      Checks the validity of an invite link for a chat and returns information about the corresponding chat. Returns ChatInviteLinkInfo
      Parameters:
      inviteLink - String Invite link to be checked.
    • CheckChatInviteLink

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