|
Telebot 9.4
Library for Telegram bot API
|
This object contains information about a user that was shared with the bot. More...
#include <telebot-types.h>
Public Attributes | |
| long long int | user_id |
| char * | first_name |
| char * | last_name |
| char * | username |
| struct telebot_photo * | photo |
| int | count_photo |
This object contains information about a user that was shared with the bot.
| char* telebot_shared_user::first_name |
Optional. First name of the user
| char* telebot_shared_user::last_name |
Optional. Last name of the user
| struct telebot_photo* telebot_shared_user::photo |
Optional. Available sizes of the chat photo
| long long int telebot_shared_user::user_id |
Identifier of the shared user.
| char* telebot_shared_user::username |
Optional. Username of the user