public static class TdApi.UpdateNewChatJoinRequest extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatInviteLink |
inviteLink
The invite link, which was used to send join request; may be null.
|
TdApi.ChatJoinRequest |
request
Join request.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public TdApi.ChatJoinRequest request
@Nullable public TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public UpdateNewChatJoinRequest()
public UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink)
chatId
- Chat identifier.request
- Join request.inviteLink
- The invite link, which was used to send join request; may be null.public int getConstructor()
getConstructor
in class TdApi.Update