InputSticker

class telegram.InputSticker(sticker, emoji_list, mask_position=None, keywords=None, *, api_kwargs=None)[source]

Bases: telegram.TelegramObject

This object describes a sticker to be added to a sticker set.

New in version 20.2.

Parameters:
sticker[source]

The added sticker.

Type:

str | telegram.InputFile

emoji_list[source]

Tuple of 1 - 20 emoji associated with the sticker.

Type:

Tuple[str]

mask_position[source]

Optional. Position where the mask should be placed on faces. For “'mask'” stickers only.

Type:

telegram.MaskPosition

keywords[source]

Optional. Tuple of 0-20 search keywords for the sticker with the total length of up to 64 characters. For “'regular'” and “'custom_emoji'” stickers only.

Type:

Tuple[str]