class
TD::ChatType::Supergroup
- TD::ChatType::Supergroup
- TD::ChatType
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_type/supergroup.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(supergroup_id : Int64, is_channel : Bool = false)
Instance Method Summary
- #is_channel : Bool
- #is_channel=(is_channel : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #supergroup_id : Int64
- #supergroup_id=(supergroup_id : Int64)