Sticker

class bale.Sticker(file_id, file_unique_id, sticker_type, width, height, thumb=MissingValue, set_name=MissingValue, file_size=MissingValue)

Bases: BaleObject

This object shows a Sticker.

file_id

Identifier for this sticker file, which can be used to download or reuse the file.

Type:

str

file_unique_id

Unique file identifier of sticker.

Type:

str

type

Type of the sticker. Currently one of regular and mask.

Type:

str

width

Sticker width.

Type:

int

height

Sticker height.

Type:

str

thumb

Sticker thumbnail.

Type:

bale.PhotoSize, optional

set_name

Name of the sticker set to which the sticker belongs.

Type:

str, optional

file_size

File size in bytes.

Type:

int, optional

async get_file()

For the documentation of the arguments, please see bale.Bot.get_file().