Photo

class bale.Photo(file_id, width, height, file_size, bot)

Bases: File

This object shows a Photo.

file_id

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

Type:

str

width

Photo width as defined by sender.

Type:

int

height

Photo height as defined by sender.

Type:

str

file_size

File size in bytes.

Type:

int