|
Telebot 9.4
Library for Telegram bot API
|
This object represents changes in the status of a chat member. More...
#include <telebot-types.h>
Public Attributes | |
| struct telebot_chat * | chat |
| struct telebot_user * | from |
| long | date |
| struct telebot_chat_member * | old_chat_member |
| struct telebot_chat_member * | new_chat_member |
| struct telebot_chat_invite_link * | invite_link |
| bool | via_chat_folder_invite_link |
This object represents changes in the status of a chat member.
| struct telebot_chat* telebot_chat_member_updated::chat |
Chat the user belongs to
| long telebot_chat_member_updated::date |
Date the change was effected in Unix time
| struct telebot_user* telebot_chat_member_updated::from |
Performer of the action, which resulted in the change
| struct telebot_chat_invite_link* telebot_chat_member_updated::invite_link |
Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.
| struct telebot_chat_member* telebot_chat_member_updated::new_chat_member |
New information about the chat member
| struct telebot_chat_member* telebot_chat_member_updated::old_chat_member |
Previous information about the chat member
| bool telebot_chat_member_updated::via_chat_folder_invite_link |
Optional. True, if the user joined the chat via a chat folder invite link