class
TD::ChatEventAction::LinkedChatChanged
Included Modules
- JSON::Serializable
Defined in:
telegram/types/chat_event_action/linked_chat_changed.crConstructors
- .new(old_linked_chat_id : Int64, new_linked_chat_id : Int64)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #new_linked_chat_id : Int64
- #new_linked_chat_id=(new_linked_chat_id : Int64)
- #object_type : String
- #object_type=(object_type : String)
- #old_linked_chat_id : Int64
- #old_linked_chat_id=(old_linked_chat_id : Int64)