ExGram.Model.ChatMemberUpdated (ex_gram v0.27.0) View Source
This object represents changes in the status of a chat member.
Check the documentation of this model in https://core.telegram.org/bots/api#chatmemberupdated
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChatMemberUpdated{ chat: ExGram.Model.Chat.t(), date: integer(), from: ExGram.Model.User.t(), invite_link: ExGram.Model.ChatInviteLink.t() | nil, new_chat_member: ExGram.Model.ChatMember.t(), old_chat_member: ExGram.Model.ChatMember.t() }