|
Telebot 9.4
Library for Telegram bot API
|
This object describes the origin of a message. More...
#include <telebot-types.h>
Public Attributes | |
| char * | type |
| long | date |
| struct telebot_user * | sender_user |
| char * | sender_user_name |
| struct telebot_chat * | sender_chat |
| char * | author_signature |
| int | message_id |
This object describes the origin of a message.
| char* telebot_message_origin::author_signature |
Optional. For messages originally sent by an anonymous chat administrator, original message author signature
| long telebot_message_origin::date |
Date the message was sent originally in Unix time
| int telebot_message_origin::message_id |
Optional. Unique message identifier inside the chat
| struct telebot_chat* telebot_message_origin::sender_chat |
Optional. Chat that sent the message originally
| struct telebot_user* telebot_message_origin::sender_user |
Optional. User that sent the message originally
| char* telebot_message_origin::sender_user_name |
Optional. Name of the user that sent the message originally
| char* telebot_message_origin::type |
Type of the message origin, can be "user", "hidden_user", "chat", "channel"