Skip to content

StoryInteraction

Type · TDLib 1.8.67 · d1085f9c

Represents interaction with a story

StoryInteraction(
  actor_id: MessageSender,
  interaction_date: int32,
  block_list: BlockList,
  type: StoryInteractionType
) → StoryInteraction

actor_id

MessageSender

Identifier of the user or chat that made the interaction

interaction_date

int32

Approximate point in time (Unix timestamp) when the interaction happened

block_list

BlockList

Block list to which the actor is added; may be null if none or for chat stories

type

StoryInteractionType

Type of the interaction