MadelineProto/docs/TD_docs/constructors/stickers.md

579 B

title description
stickers Represents list of stickers

Constructor: stickers

Back to constructors index

Represents list of stickers

Attributes:

Name Type Required Description
stickers Array of sticker Yes Stickers

Type: Stickers

Example:

$stickers = ['_' => 'stickers', 'stickers' => [sticker], ];

Or, if you're into Lua:

stickers={_='stickers', stickers={sticker}, }