Package org.drinkless.tdlib
Class TdApi.ChatJoinRequestsInfo
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatJoinRequestsInfo
-
- Enclosing class:
- TdApi
public static class TdApi.ChatJoinRequestsInfo extends TdApi.Object
Contains information about pending join requests for a chat.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.inttotalCountTotal number of pending join requests.long[]userIdsIdentifiers of at most 3 users sent the newest pending join requests.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Total number of pending join requests.
-
userIds
public long[] userIds
Identifiers of at most 3 users sent the newest pending join requests.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatJoinRequestsInfo
public ChatJoinRequestsInfo()
Contains information about pending join requests for a chat.
-
ChatJoinRequestsInfo
public ChatJoinRequestsInfo(int totalCount, long[] userIds)Contains information about pending join requests for a chat.- Parameters:
totalCount- Total number of pending join requests.userIds- Identifiers of at most 3 users sent the newest pending join requests.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-