|
Telebot 9.4
Library for Telegram bot API
|
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_entity * | entities |
| int | count_entities |
| int | position |
| bool | is_manual |
This object contains information about the quoted part of a message that is replied to by the given message.
| struct telebot_message_entity* telebot_text_quote::entities |
Optional. Special entities that appear in the quote.
| bool telebot_text_quote::is_manual |
Optional. True, if the quote was chosen manually by the message sender.
| int telebot_text_quote::position |
Approximate quote position in the original message
| char* telebot_text_quote::text |
Text of the quoted part of a message