class Tourmaline::UsersShared
- Tourmaline::UsersShared
- Reference
- Object
Overview
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(request_id : Int32 | Int64, users : Array(Tourmaline::SharedUser) = [] of Tourmaline::SharedUser)
Instance Method Summary
-
#request_id : Int32 | Int64
Identifier of the request
-
#request_id=(request_id : Int32 | Int64)
Identifier of the request
-
#users : Array(Tourmaline::SharedUser)
Information about users shared with the bot.
-
#users=(users : Array(Tourmaline::SharedUser))
Information about users shared with the bot.