878 B
878 B
title | description | image |
---|---|---|
messages.stickers | messages_stickers attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: messages.stickers
Attributes:
Name | Type | Required |
---|---|---|
hash | int | Yes |
stickers | Array of Document | Yes |
Type: messages_Stickers
Example:
$messages_stickers = ['_' => 'messages.stickers', 'hash' => int, 'stickers' => [Document, Document]];
PWRTelegram json-encoded version:
{"_": "messages.stickers", "hash": int, "stickers": [Document]}
Or, if you're into Lua:
messages_stickers={_='messages.stickers', hash=int, stickers={Document}}