class

Tourmaline::UsersShared

Inherits JSON::Serializable < Reference < Object

This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

request_id

Identifier of the request

Source
request_id=(request_id : Int32 | Int64)

Identifier of the request

Source
users

Information about users shared with the bot.

Source
users=(users : Array(Tourmaline::SharedUser))

Information about users shared with the bot.

Source