public static class TdApi.UpdateChatPendingJoinRequests extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatJoinRequestsInfo |
pendingJoinRequests
The new data about pending join requests; may be null.
|
| Constructor and Description |
|---|
UpdateChatPendingJoinRequests()
The chat pending join requests were changed.
|
UpdateChatPendingJoinRequests(long chatId,
TdApi.ChatJoinRequestsInfo pendingJoinRequests)
The chat pending join requests were changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.ChatJoinRequestsInfo pendingJoinRequests
public static final int CONSTRUCTOR
public UpdateChatPendingJoinRequests()
public UpdateChatPendingJoinRequests(long chatId,
TdApi.ChatJoinRequestsInfo pendingJoinRequests)
chatId - Chat identifier.pendingJoinRequests - The new data about pending join requests; may be null.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object