1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 18:57:49 +01:00
MadelineProto/docs/API_docs/constructors/updateFavedStickers.md

487 B

title description
updateFavedStickers updateFavedStickers attributes, type and example

Constructor: updateFavedStickers

Back to constructors index

Type: Update

Example:

$updateFavedStickers = ['_' => 'updateFavedStickers'];

PWRTelegram json-encoded version:

{"_": "updateFavedStickers"}

Or, if you're into Lua:

updateFavedStickers={_='updateFavedStickers'}