Chat Photo

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

Bases: BaleObject

This object represents a chat photo.

small_file_id

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

Type:

Optional[str]

small_file_unique_id

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

Type:

Optional[str]

big_file_id

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

Type:

Optional[str]

big_file_unique_id

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

Type:

Optional[str]

property big_file_object

Represents the big file object.

Type:

Optional[bale.BaseFile]

property small_file_object

Represents the small file object.

Type:

Optional[bale.BaseFile]