class

Tourmaline::ChatMemberMember

Inherits JSON::Serializable / Reference / Object

Represents a chat member that has no additional privileges or restrictions.

Constructors

new(status : String, user : Tourmaline::User)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

status

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

Source
status=(status : String)

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

Source
user

Information about the user

Source
user=(user : Tourmaline::User)

Information about the user

Source