public static class TdApi.StoryInteraction extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.MessageSender |
actorId
Identifier of the user or chat that made the interaction.
|
TdApi.BlockList |
blockList
Block list to which the actor is added; may be null if none or for chat stories.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
interactionDate
Approximate point in time (Unix timestamp) when the interaction happened.
|
TdApi.StoryInteractionType |
type
Type of the interaction.
|
| Constructor and Description |
|---|
StoryInteraction()
Represents interaction with a story.
|
StoryInteraction(TdApi.MessageSender actorId,
int interactionDate,
TdApi.BlockList blockList,
TdApi.StoryInteractionType type)
Represents interaction with a story.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MessageSender actorId
public int interactionDate
public TdApi.BlockList blockList
public TdApi.StoryInteractionType type
public static final int CONSTRUCTOR
public StoryInteraction()
public StoryInteraction(TdApi.MessageSender actorId, int interactionDate, TdApi.BlockList blockList, TdApi.StoryInteractionType type)
actorId - Identifier of the user or chat that made the interaction.interactionDate - Approximate point in time (Unix timestamp) when the interaction happened.blockList - Block list to which the actor is added; may be null if none or for chat stories.type - Type of the interaction.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object