Raw.stories.SendReaction
React to a story.
stories.sendReaction#7fd736b2 flags:# add_to_recent:flags.0?true peer:InputPeer story_id:int reaction:Reaction = Updates;
export namespace Raw {
export namespace stories {
export class SendReaction {
constructor(params: {
addToRecent?: boolean;
peer: Raw.TypeInputPeer;
storyId: number;
reaction: Raw.TypeReaction;
}) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0x7fd736b2
Property
addToRecent
: boolean or undefinedWhether to add this reaction to the recent reactions list.
peer
: Raw.TypeInputPeerThe peer that sent the story
storyId
: numberId of the story to react to
reaction
: Raw.TypeReactionReaction