class

Tourmaline::ChatMemberUpdated

Inherits JSON::Serializable / Reference / Object

This object represents changes in the status of a chat member.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

chat

Chat the user belongs to

Source
chat=(chat : Tourmaline::Chat)

Chat the user belongs to

Source
date

Date the change was done in Unix time

Source
date=(date : Time)

Date the change was done in Unix time

Source
from

Performer of the action, which resulted in the change

Source
from=(from : Tourmaline::User)

Performer of the action, which resulted in the change

Source
new_chat_member

New information about the chat member

Source
new_chat_member=(new_chat_member : Tourmaline::ChatMember)

New information about the chat member

Source
old_chat_member

Previous information about the chat member

Source
old_chat_member=(old_chat_member : Tourmaline::ChatMember)

Previous information about the chat member

Source