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, until_date : Int32 | Int64 | Nil = nil)
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
until_date

Optional. Date when the user's subscription will expire; Unix time

Source
until_date=(until_date : Time | Nil)

Optional. Date when the user's subscription will expire; Unix time

Source
user

Information about the user

Source
user=(user : Tourmaline::User)

Information about the user

Source