MadelineProtoDocs/docs/API_docs/constructors/reactionCustomEmoji.md
2024-05-01 14:53:46 +02:00

765 B

title description nav_exclude image
reactionCustomEmoji Custom emoji message reaction true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: reactionCustomEmoji

Back to constructors index

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];