public static class TdApi.GetChatStoryInteractions extends TdApi.Function<TdApi.StoryInteractions>
Returns StoryInteractions
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
limit
The maximum number of story interactions to return.
|
java.lang.String |
offset
Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
|
boolean |
preferForwards
Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date.
|
TdApi.ReactionType |
reactionType
Pass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported.
|
int |
storyId
Story identifier.
|
long |
storySenderChatId
The identifier of the sender of the story.
|
| Constructor and Description |
|---|
GetChatStoryInteractions()
Default constructor for a function, which returns interactions with a story posted in a chat.
|
GetChatStoryInteractions(long storySenderChatId,
int storyId,
TdApi.ReactionType reactionType,
boolean preferForwards,
java.lang.String offset,
int limit)
Creates a function, which returns interactions with a story posted in a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long storySenderChatId
public int storyId
public TdApi.ReactionType reactionType
public boolean preferForwards
public java.lang.String offset
public int limit
public static final int CONSTRUCTOR
public GetChatStoryInteractions()
Returns StoryInteractions
public GetChatStoryInteractions(long storySenderChatId,
int storyId,
TdApi.ReactionType reactionType,
boolean preferForwards,
java.lang.String offset,
int limit)
Returns StoryInteractions
storySenderChatId - The identifier of the sender of the story.storyId - Story identifier.reactionType - Pass the default heart reaction or a suggested reaction type to receive only interactions with the specified reaction type; pass null to receive all interactions; reactionTypePaid isn't supported.preferForwards - Pass true to get forwards and reposts first, then reactions, then other views; pass false to get interactions sorted just by interaction date.offset - Offset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.limit - The maximum number of story interactions to return.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object