class Tourmaline::ChatOwnerChanged

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(new_owner : Tourmaline::User) #

[View source]

Instance Method Detail

def new_owner : Tourmaline::User #

The new owner of the chat


[View source]
def new_owner=(new_owner : Tourmaline::User) #

The new owner of the chat


[View source]