class

Tourmaline::ChatOwnerChanged

Inherits JSON::Serializable < Reference < Object

Describes a service message about an ownership change in the chat.

Constructors

new(new_owner : Tourmaline::User)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

new_owner

The new owner of the chat

Source
new_owner=(new_owner : Tourmaline::User)

The new owner of the chat

Source