mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
826 B
826 B
title | description | nav_exclude | image |
---|---|---|---|
storyReaction | How a certain peer reacted to a story | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: storyReaction
How a certain peer reacted to a story
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer_id | Peer | Yes | The peer |
date | int | Yes | Reaction date |
reaction | Reaction | Optional | The reaction |
Type: StoryReaction
Example:
$storyReaction = ['_' => 'storyReaction', 'peer_id' => Peer, 'date' => int, 'reaction' => Reaction];