public static class TdApi.ChatJoinRequestsInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
totalCount
Total number of pending join requests.
|
long[] |
userIds
Identifiers of at most 3 users sent the newest pending join requests.
|
| Constructor and Description |
|---|
ChatJoinRequestsInfo()
Contains information about pending join requests for a chat.
|
ChatJoinRequestsInfo(int totalCount,
long[] userIds)
Contains information about pending join requests for a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public long[] userIds
public static final int CONSTRUCTOR
public ChatJoinRequestsInfo()
public ChatJoinRequestsInfo(int totalCount,
long[] userIds)
totalCount - Total number of pending join requests.userIds - Identifiers of at most 3 users sent the newest pending join requests.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object