class

Tourmaline::BotCommandScopeChatMember

Inherits Tourmaline::Model < JSON::Serializable < Reference < Object

Constructors

new(chat : Chat | Int64 | String, user : User | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

chat_id

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Source
chat_id=(chat_id : Int64 | String)

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Source
type
Source
user_id

Unique identifier of the target user

Source
user_id=(user_id : Int64)

Unique identifier of the target user

Source