Chat Photo

class bale.ChatPhoto(small_file_id=MissingValue, small_file_unique_id=MissingValue, big_file_id=MissingValue, big_file_unique_id=MissingValue)

Bases: BaleObject

This object represents a chat photo.

small_file_id

File identifier of small (160 x 160) chat photo.

Type:

str, optional

small_file_unique_id

Unique file identifier of small (160 x 160) chat photo.

Type:

str, optional

big_file_id

File identifier of big (640 x 640) chat photo.

Type:

str, optional

big_file_unique_id

Unique file identifier of big (640 x 640) chat photo.

Type:

str, optional

async get_big_file()

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

async get_small_file()

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