Module tdlight.api

Class TdApi.GetChatInviteLinks

Enclosing class:
TdApi

public static final class TdApi.GetChatInviteLinks extends TdApi.Function<TdApi.ChatInviteLinks>
Returns invite links for a chat created by specified administrator. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.

Returns ChatInviteLinks

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    long
    User identifier of a chat administrator.
    boolean
    Pass true if revoked links needs to be returned instead of active or expired.
    int
    The maximum number of invite links to return; up to 100.
    int
    Creation date of an invite link starting after which to return invite links; use 0 to get results from the beginning.
    Invite link starting after which to return invite links; use empty string to get results from the beginning.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns invite links for a chat created by specified administrator.
    GetChatInviteLinks(long chatId, long creatorUserId, boolean isRevoked, int offsetDate, String offsetInviteLink, int limit)
    Returns invite links for a chat created by specified administrator.
    Returns invite links for a chat created by specified administrator.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Function

    toString

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • creatorUserId

      public long creatorUserId
      User identifier of a chat administrator. Must be an identifier of the current user for non-owner.
    • isRevoked

      public boolean isRevoked
      Pass true if revoked links needs to be returned instead of active or expired.
    • offsetDate

      public int offsetDate
      Creation date of an invite link starting after which to return invite links; use 0 to get results from the beginning.
    • limit

      public int limit
      The maximum number of invite links to return; up to 100.
    • CONSTRUCTOR

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

    • GetChatInviteLinks

      public GetChatInviteLinks()
      Returns invite links for a chat created by specified administrator. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.

      Returns ChatInviteLinks

    • GetChatInviteLinks

      public GetChatInviteLinks(long chatId, long creatorUserId, boolean isRevoked, int offsetDate, String offsetInviteLink, int limit)
      Returns invite links for a chat created by specified administrator. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.

      Returns ChatInviteLinks

      Parameters:
      chatId - Chat identifier.
      creatorUserId - User identifier of a chat administrator. Must be an identifier of the current user for non-owner.
      isRevoked - Pass true if revoked links needs to be returned instead of active or expired.
      offsetDate - Creation date of an invite link starting after which to return invite links; use 0 to get results from the beginning.
      offsetInviteLink - Invite link starting after which to return invite links; use empty string to get results from the beginning.
      limit - The maximum number of invite links to return; up to 100.

      Returns ChatInviteLinks

    • GetChatInviteLinks

      public GetChatInviteLinks(DataInput input) throws IOException
      Returns invite links for a chat created by specified administrator. Requires administrator privileges and canInviteUsers right in the chat to get own links and owner privileges to get other links.

      Returns ChatInviteLinks

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object