Telebot  4.7.0
Library for Telegram bot API
Public Attributes | List of all members
telebot_chat_photo Struct Reference

This object represents a chat photo. More...

#include <telebot-types.h>

Public Attributes

char * small_file_id
 
char * small_file_unique_id
 
char * big_file_id
 
char * big_file_unique_id
 

Detailed Description

This object represents a chat photo.

Member Data Documentation

◆ big_file_id

char* telebot_chat_photo::big_file_id

File 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.

◆ big_file_unique_id

char* telebot_chat_photo::big_file_unique_id

Unique 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.

◆ small_file_id

char* telebot_chat_photo::small_file_id

File 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.

◆ small_file_unique_id

char* telebot_chat_photo::small_file_unique_id

Unique 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.


The documentation for this struct was generated from the following file: