mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
951 B
951 B
title | description | nav_exclude | image |
---|---|---|---|
updateSentStoryReaction | Indicates we reacted to a story ». | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateSentStoryReaction
Indicates we reacted to a story ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | The peer that sent the story |
story_id | int | Yes | ID of the story we reacted to |
reaction | Reaction | Optional | The reaction that was sent |
Type: Update
Example:
$updateSentStoryReaction = ['_' => 'updateSentStoryReaction', 'peer' => long, 'story_id' => int, 'reaction' => Reaction];