Skip to content

GramIO API Reference / gramio/dist / TelegramChatPhoto

Interface: TelegramChatPhoto

Defined in: @gramio/types/out/objects.d.ts:3415

This object represents a chat photo.

Documentation

Properties

PropertyTypeDescriptionDefined in
big_file_idstringFile identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.@gramio/types/out/objects.d.ts:3427
big_file_unique_idstringUnique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.@gramio/types/out/objects.d.ts:3431
small_file_idstringFile identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.@gramio/types/out/objects.d.ts:3419
small_file_unique_idstringUnique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.@gramio/types/out/objects.d.ts:3423