Class TdApi.ProcessChatJoinRequest

Enclosing class:
TdApi

public static class TdApi.ProcessChatJoinRequest extends TdApi.Function<TdApi.Ok>
Handles a pending join request in a chat.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Pass true to approve the request; pass false to decline it.
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the user that sent the request.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which handles a pending join request in a chat.
    ProcessChatJoinRequest(long chatId, long userId, boolean approve)
    Creates a function, which handles a pending join request in a chat.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

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

    • chatId

      public long chatId
      Chat identifier.
    • userId

      public long userId
      Identifier of the user that sent the request.
    • approve

      public boolean approve
      Pass true to approve the request; pass false to decline it.
    • CONSTRUCTOR

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

    • ProcessChatJoinRequest

      public ProcessChatJoinRequest()
      Default constructor for a function, which handles a pending join request in a chat.

      Returns Ok

    • ProcessChatJoinRequest

      public ProcessChatJoinRequest(long chatId, long userId, boolean approve)
      Creates a function, which handles a pending join request in a chat.

      Returns Ok

      Parameters:
      chatId - Chat identifier.
      userId - Identifier of the user that sent the request.
      approve - Pass true to approve the request; pass false to decline it.
  • 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