public static class TdApi.StoryInteractions extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.StoryInteraction[] |
interactions
List of story interactions.
|
java.lang.String |
nextOffset
The offset for the next request.
|
int |
totalCount
Approximate total number of interactions found.
|
int |
totalForwardCount
Approximate total number of found forwards and reposts; always 0 for chat stories.
|
int |
totalReactionCount
Approximate total number of found reactions; always 0 for chat stories.
|
| Constructor and Description |
|---|
StoryInteractions()
Represents a list of interactions with a story.
|
StoryInteractions(int totalCount,
int totalForwardCount,
int totalReactionCount,
TdApi.StoryInteraction[] interactions,
java.lang.String nextOffset)
Represents a list of interactions with a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public int totalForwardCount
public int totalReactionCount
public TdApi.StoryInteraction[] interactions
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public StoryInteractions()
public StoryInteractions(int totalCount,
int totalForwardCount,
int totalReactionCount,
TdApi.StoryInteraction[] interactions,
java.lang.String nextOffset)
totalCount - Approximate total number of interactions found.totalForwardCount - Approximate total number of found forwards and reposts; always 0 for chat stories.totalReactionCount - Approximate total number of found reactions; always 0 for chat stories.interactions - List of story interactions.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object