Module tdlight.api

Class TdApi.GetChatJoinRequests

Enclosing class:
TdApi

public static final class TdApi.GetChatJoinRequests extends TdApi.Function<TdApi.ChatJoinRequests>
Returns pending join requests in a chat.

Returns ChatJoinRequests

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • query

      public String query
      A query to search for in the first names, last names and usernames of the users to return.
    • offsetRequest

      public TdApi.ChatJoinRequest offsetRequest
      A chat join request from which to return next requests; pass null to get results from the beginning.
    • limit

      public int limit
      The maximum number of requests to join the chat to return.
    • CONSTRUCTOR

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

    • GetChatJoinRequests

      public GetChatJoinRequests()
      Returns pending join requests in a chat.

      Returns ChatJoinRequests

    • GetChatJoinRequests

      public GetChatJoinRequests(long chatId, String inviteLink, String query, TdApi.ChatJoinRequest offsetRequest, int limit)
      Returns pending join requests in a chat.

      Returns ChatJoinRequests

      Parameters:
      chatId - Chat identifier.
      inviteLink - Invite link for which to return join requests. If empty, all join requests will be returned. Requires administrator privileges and canInviteUsers right in the chat for own links and owner privileges for other links.
      query - A query to search for in the first names, last names and usernames of the users to return.
      offsetRequest - A chat join request from which to return next requests; pass null to get results from the beginning.
      limit - The maximum number of requests to join the chat to return.

      Returns ChatJoinRequests

    • GetChatJoinRequests

      public GetChatJoinRequests(DataInput input) throws IOException
      Returns pending join requests in a chat.

      Returns ChatJoinRequests

      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