public static class TdApi.FoundChatBoosts extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.ChatBoost[] |
boosts
List of boosts.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nextOffset
The offset for the next request.
|
int |
totalCount
Total number of boosts applied to the chat.
|
| Constructor and Description |
|---|
FoundChatBoosts()
Contains a list of boosts applied to a chat.
|
FoundChatBoosts(int totalCount,
TdApi.ChatBoost[] boosts,
java.lang.String nextOffset)
Contains a list of boosts applied to a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ChatBoost[] boosts
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public FoundChatBoosts()
public FoundChatBoosts(int totalCount,
TdApi.ChatBoost[] boosts,
java.lang.String nextOffset)
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object