class
TD::ChatEventAction::DescriptionChanged
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_event_action/description_changed.crConstructors
- .new(old_description : String, new_description : String)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #new_description : String
- #new_description=(new_description : String)
- #object_type : String
- #object_type=(object_type : String)
- #old_description : String
- #old_description=(old_description : String)