AddFavoriteSticker constructor

AddFavoriteSticker(
  1. {required InputFile sticker,
  2. int? extra,
  3. int? clientId}
)

Adds a new sticker to the list of favorite stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first.

Returns Ok

Implementation

AddFavoriteSticker