class

Tourmaline::ChatOwnerLeft

Inherits JSON::Serializable < Reference < Object

Describes a service message about the chat owner leaving the chat.

Constructors

new(new_owner : Tourmaline::User | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

new_owner

Optional. The user which will be the new owner of the chat if the previous owner does not return to the chat

Source
new_owner=(new_owner : Tourmaline::User | Nil)

Optional. The user which will be the new owner of the chat if the previous owner does not return to the chat

Source