1#ifndef TGBOT_CHATMEMBERUPDATED_H
2#define TGBOT_CHATMEMBERUPDATED_H
22 typedef std::shared_ptr<ChatMemberUpdated>
Ptr;
std::shared_ptr< Chat > Ptr
std::shared_ptr< ChatInviteLink > Ptr
std::shared_ptr< ChatMember > Ptr
This object represents changes in the status of a chat member.
ChatInviteLink::Ptr inviteLink
Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link e...
ChatMember::Ptr oldChatMember
Previous information about the chat member.
bool viaChatFolderInviteLink
Optional. True, if the user joined the chat via a chat folder invite link.
ChatMember::Ptr newChatMember
New information about the chat member.
User::Ptr from
Performer of the action, which resulted in the change.
std::shared_ptr< ChatMemberUpdated > Ptr
Chat::Ptr chat
Chat the user belongs to.
std::uint32_t date
Date the change was done in Unix time.
std::shared_ptr< User > Ptr