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

Describes a regular gift that was sent or received. More...

#include <telebot-types.h>

Public Attributes

struct telebot_gift gift
 
char * text
 
struct telebot_message_entityentities
 
int count_entities
 
bool is_private
 

Detailed Description

Describes a regular gift that was sent or received.

Member Data Documentation

◆ entities

struct telebot_message_entity* telebot_gift_info::entities

Optional. Special entities that appear in the text

◆ gift

struct telebot_gift telebot_gift_info::gift

Information about the gift

◆ is_private

bool telebot_gift_info::is_private

Optional. True, if the sender and gift text are shown only to the receiver

◆ text

char* telebot_gift_info::text

Optional. Message text added to the gift


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