mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
765 B
765 B
title | description | nav_exclude | image |
---|---|---|---|
reactionCustomEmoji | Custom emoji message reaction | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: reactionCustomEmoji
Custom emoji message reaction
Attributes:
Name | Type | Required | Description |
---|---|---|---|
document_id | long | Yes | Custom emoji document ID |
Type: Reaction
Example:
$reactionCustomEmoji = ['_' => 'reactionCustomEmoji', 'document_id' => long];