Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_shared_user Struct Reference

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_photophoto
 
int count_photo
 

Detailed Description

This object contains information about a user that was shared with the bot.

Member Data Documentation

◆ first_name

char* telebot_shared_user::first_name

Optional. First name of the user

◆ last_name

char* telebot_shared_user::last_name

Optional. Last name of the user

◆ photo

struct telebot_photo* telebot_shared_user::photo

Optional. Available sizes of the chat photo

◆ user_id

long long int telebot_shared_user::user_id

Identifier of the shared user.

◆ username

char* telebot_shared_user::username

Optional. Username of the user


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