Sticker¶
-
class
pyrogram.types.Sticker¶ A sticker.
- Parameters
file_id (
str) – Unique identifier for this file.file_ref (
str) – Up to date file reference.width (
int) – Sticker width.height (
int) – Sticker height.is_animated (
bool) – True, if the sticker is animatedfile_name (
str, optional) – Sticker file name.mime_type (
str, optional) – MIME type of the file as defined by sender.file_size (
int, optional) – File size.date (
int, optional) – Date the sticker was sent in Unix time.emoji (
str, optional) – Emoji associated with the sticker.set_name (
str, optional) – Name of the sticker set to which the sticker belongs.thumbs (List of
Thumbnail, optional) – Sticker thumbnails in the .webp or .jpg format.