public static class TdApi.UpdateNewChatJoinRequest extends TdApi.Update
| 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.
|
long |
userChatId
Chat identifier of the private chat with the user.
|
| Constructor and Description |
|---|
UpdateNewChatJoinRequest()
A user sent a join request to a chat; for bots only.
|
UpdateNewChatJoinRequest(long chatId,
TdApi.ChatJoinRequest request,
long userChatId,
TdApi.ChatInviteLink inviteLink)
A user sent a join request to a chat; for bots only.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatJoinRequest request
public long userChatId
public TdApi.ChatInviteLink inviteLink
public static final int CONSTRUCTOR
public UpdateNewChatJoinRequest()
public UpdateNewChatJoinRequest(long chatId,
TdApi.ChatJoinRequest request,
long userChatId,
TdApi.ChatInviteLink inviteLink)
chatId - Chat identifier.request - Join request.userChatId - Chat identifier of the private chat with the user.inviteLink - The invite link, which was used to send join request; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object