Package org.drinkless.tdlib
Class TdApi.UpdateChatJoinResult
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateChatJoinResult
- Enclosing class:
- TdApi
A join request from the user was completed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the joined chat, or 0 if the request wasn't approved.static final intIdentifier uniquely determining type of the object.longIdentifier of the join request query as received in chatJoinResultGuardBotApprovalRequired.Result of the join. -
Constructor Summary
ConstructorsConstructorDescriptionA join request from the user was completed.UpdateChatJoinResult(long queryId, long chatId, TdApi.ChatJoinRequestResult result) A join request from the user was completed. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
queryId
public long queryIdIdentifier 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 chatIdIdentifier of the joined chat, or 0 if the request wasn't approved. -
result
Result of the join. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateChatJoinResult
public UpdateChatJoinResult()A join request from the user was completed. -
UpdateChatJoinResult
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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-