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