public static class TdApi.ChatJoinRequests extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatJoinRequest[] |
requests
List of the requests.
|
int |
totalCount
Approximate total number of requests found.
|
| Constructor and Description |
|---|
ChatJoinRequests()
Contains a list of requests to join a chat.
|
ChatJoinRequests(int totalCount,
TdApi.ChatJoinRequest[] requests)
Contains a list of requests to join a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ChatJoinRequest[] requests
public static final int CONSTRUCTOR
public ChatJoinRequests()
public ChatJoinRequests(int totalCount,
TdApi.ChatJoinRequest[] requests)
totalCount - Approximate total number of requests found.requests - List of the requests.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object