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 count 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() |
toString
public int totalCount
public TdApi.ChatJoinRequest[] requests
public static final int CONSTRUCTOR
public ChatJoinRequests()
public ChatJoinRequests(int totalCount, TdApi.ChatJoinRequest[] requests)
totalCount
- Approximate total count of requests found.requests
- List of the requests.public int getConstructor()
getConstructor
in class TdApi.Object