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