Package org.drinkless.tdlib
Class TdApi.UpdateNewChatJoinRequest
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateNewChatJoinRequest
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateNewChatJoinRequest extends TdApi.Update
A user sent a join request to a chat; for bots only.
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLinkinviteLinkThe invite link, which was used to send join request; may be null.TdApi.ChatJoinRequestrequestJoin request.
-
Constructor Summary
Constructors Constructor Description UpdateNewChatJoinRequest()A user sent a join request to a chat; for bots only.UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink)A user sent a join request to a chat; for bots only.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
request
public TdApi.ChatJoinRequest request
Join request.
-
inviteLink
public TdApi.ChatInviteLink inviteLink
The invite link, which was used to send join request; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateNewChatJoinRequest
public UpdateNewChatJoinRequest()
A user sent a join request to a chat; for bots only.
-
UpdateNewChatJoinRequest
public UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink)A user sent a join request to a chat; for bots only.- Parameters:
chatId- Chat identifier.request- Join request.inviteLink- The invite link, which was used to send join request; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-