Class TdApi.UpdateChatJoinResult

Enclosing class:
TdApi

public static class TdApi.UpdateChatJoinResult extends TdApi.Update
A join request from the user was completed.
  • Field Details

    • queryId

      public long queryId
      Identifier of the join request query as received in chatJoinResultGuardBotApprovalRequired. If the corresponding Web App is still open, then it must be closed.
    • chatId

      public long chatId
      Identifier of the joined chat, or 0 if the request wasn't approved.
    • result

      Result of the join.
    • CONSTRUCTOR

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

    • UpdateChatJoinResult

      public UpdateChatJoinResult()
      A join request from the user was completed.
    • UpdateChatJoinResult

      public UpdateChatJoinResult(long queryId, long chatId, TdApi.ChatJoinRequestResult result)
      A join request from the user was completed.
      Parameters:
      queryId - Identifier of the join request query as received in chatJoinResultGuardBotApprovalRequired. If the corresponding Web App is still open, then it must be closed.
      chatId - Identifier of the joined chat, or 0 if the request wasn't approved.
      result - Result of the join.
  • 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