java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.StoryInteraction
- Enclosing class:
- TdApi
Represents interaction with a story.
-
Field Summary
Modifier and TypeFieldDescriptionIdentifier of the user or chat that made the interaction.Block list to which the actor is added; may be null if none or for chat stories.static final int
Identifier uniquely determining type of the object.int
Approximate point in time (Unix timestamp) when the interaction happened.Type of the interaction. -
Constructor Summary
ConstructorDescriptionRepresents interaction with a story.StoryInteraction
(TdApi.MessageSender actorId, int interactionDate, TdApi.BlockList blockList, TdApi.StoryInteractionType type) Represents interaction with a story.StoryInteraction
(DataInput input) Represents interaction with a story. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
actorId
Identifier of the user or chat that made the interaction. -
interactionDate
public int interactionDateApproximate 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. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
StoryInteraction
public StoryInteraction()Represents interaction with a story. -
StoryInteraction
public StoryInteraction(TdApi.MessageSender actorId, int interactionDate, TdApi.BlockList blockList, TdApi.StoryInteractionType type) Represents interaction with a story.- Parameters:
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.
-
StoryInteraction
Represents interaction with a story.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-