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

This object contains information about the quoted part of a message that is replied to by the given message. More...

#include <telebot-types.h>

Public Attributes

char * text
 
struct telebot_message_entityentities
 
int count_entities
 
int position
 
bool is_manual
 

Detailed Description

This object contains information about the quoted part of a message that is replied to by the given message.

Member Data Documentation

◆ entities

struct telebot_message_entity* telebot_text_quote::entities

Optional. Special entities that appear in the quote.

◆ is_manual

bool telebot_text_quote::is_manual

Optional. True, if the quote was chosen manually by the message sender.

◆ position

int telebot_text_quote::position

Approximate quote position in the original message

◆ text

char* telebot_text_quote::text

Text of the quoted part of a message


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