Package org.drinkless.tdlib
Class TdApi.ChatJoinRequestsInfo
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatJoinRequestsInfo
- Enclosing class:
- TdApi
Contains information about pending join requests for a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intTotal number of pending join requests.long[]Identifiers of at most 3 users sent the newest pending join requests. -
Constructor Summary
ConstructorsConstructorDescriptionContains information about pending join requests for a chat.ChatJoinRequestsInfo(int totalCount, long[] userIds) Contains information about pending join requests for a chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountTotal number of pending join requests. -
userIds
public long[] userIdsIdentifiers of at most 3 users sent the newest pending join requests. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
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 Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-