class
TD::MessageContent::ChatUpgradeFrom
Included Modules
- JSON::Serializable
Defined in:
telegram/types/message_content/chat_upgrade_from.crConstructors
- .new(title : String, basic_group_id : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #basic_group_id : Int64
- #basic_group_id=(basic_group_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #title : String
- #title=(title : String)