public static class TdApi.AddedReactions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nextOffset
The offset for the next request.
|
TdApi.AddedReaction[] |
reactions
The list of added reactions.
|
int |
totalCount
The total number of found reactions.
|
| Constructor and Description |
|---|
AddedReactions()
Represents a list of reactions added to a message.
|
AddedReactions(int totalCount,
TdApi.AddedReaction[] reactions,
java.lang.String nextOffset)
Represents a list of reactions added to a message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.AddedReaction[] reactions
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public AddedReactions()
public AddedReactions(int totalCount,
TdApi.AddedReaction[] reactions,
java.lang.String nextOffset)
totalCount - The total number of found reactions.reactions - The list of added reactions.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object