class
TD::ChatInviteLinks
- TD::ChatInviteLinks
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_invite_links.crConstructors
- .new(total_count : Int32, invite_links : Array(TD::ChatInviteLink))
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #invite_links : Array(TD::ChatInviteLink)
- #invite_links=(invite_links : Array(TD::ChatInviteLink))
- #object_type : String
- #object_type=(object_type : String)
- #total_count : Int32
- #total_count=(total_count : Int32)