public static class TdApi.UpdateChatPendingJoinRequests 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.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() |
toString
public long chatId
@Nullable 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()
getConstructor
in class TdApi.Update