class

Tourmaline::ChatMemberOwner

Inherits JSON::Serializable / Reference / Object

Represents a chat member that owns the chat and has all administrator privileges.

Constructors

new(status : String, user : Tourmaline::User, is_anonymous : Bool, custom_title : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

custom_title

Optional. Custom title for this user

Source
custom_title=(custom_title : String | Nil)

Optional. Custom title for this user

Source
is_anonymous=(is_anonymous : Bool)

True, if the user's presence in the chat is hidden

Source
is_anonymous?

True, if the user's presence in the chat is hidden

Source
status

The member's status in the chat, always "creator"

Source
status=(status : String)

The member's status in the chat, always "creator"

Source
user

Information about the user

Source
user=(user : Tourmaline::User)

Information about the user

Source