class
Hamilton::Types::UsersShared
- Hamilton::Types::UsersShared
- Reference
- Object
Overview
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/users_shared.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#request_id : Int32
Identifier of the request.
-
#request_id=(request_id : Int32)
Identifier of the request.
-
#users : Array(Hamilton::Types::SharedUser)
Information about users shared with the bot.
-
#users=(users : Array(Hamilton::Types::SharedUser))
Information about users shared with the bot.