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

This object represent a user's profile pictures. More...

#include <telebot-types.h>

Public Attributes

int total_count
 
int current_count
 
struct telebot_photophotos [4]
 

Detailed Description

This object represent a user's profile pictures.

Member Data Documentation

◆ current_count

int telebot_user_profile_photos::current_count

Number of profile pictures in this request

◆ photos

struct telebot_photo* telebot_user_profile_photos::photos[4]

Requested profile pictures (in up to 4 sizes each)

◆ total_count

int telebot_user_profile_photos::total_count

Total number of profile pictures the target user has


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