Package org.drinkless.tdlib
Class TdApi.FoundChatBoosts
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundChatBoosts
- Enclosing class:
- TdApi
Contains a list of boosts applied to a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of boosts.static final intIdentifier uniquely determining type of the object.The offset for the next request.intTotal number of boosts applied to the chat. -
Constructor Summary
ConstructorsConstructorDescriptionContains a list of boosts applied to a chat.FoundChatBoosts(int totalCount, TdApi.ChatBoost[] boosts, String nextOffset) Contains a list of boosts applied to 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 boosts applied to the chat. -
boosts
List of boosts. -
nextOffset
The offset for the next request. If empty, then there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FoundChatBoosts
public FoundChatBoosts()Contains a list of boosts applied to a chat. -
FoundChatBoosts
Contains a list of boosts applied to a chat.- Parameters:
totalCount- Total number of boosts applied to the chat.boosts- List of boosts.nextOffset- The offset for the next request. If empty, then there are no more results.
-
-
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
-