class
TD::Users
Included Modules
- JSON::Serializable
Defined in:
telegram/types/users.crConstructors
- .new(total_count : Int32, user_ids : Array(Int64))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #object_type : String
- #object_type=(object_type : String)
- #total_count : Int32
- #total_count=(total_count : Int32)
- #user_ids : Array(Int64)
- #user_ids=(user_ids : Array(Int64))