AddRecentSticker constructor

AddRecentSticker(
  1. {required bool is_attached,
  2. required InputFile sticker,
  3. int? extra,
  4. int? clientId}
)

Manually adds a new sticker to the list of recently used 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 Stickers

Implementation

AddRecentSticker