1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 10:07:47 +01:00
MadelineProto/old_docs/API_docs_v71/constructors/updateFavedStickers.md
2017-10-14 09:50:46 +00:00

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'}