class
TD::Update::ChatDefaultDisableNotification
- TD::Update::ChatDefaultDisableNotification
- TD::Update
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/update/chat_default_disable_notification.crConstructors
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
- .new(chat_id : Int64, default_disable_notification : Bool = false)
Instance Method Summary
- #chat_id : Int64
- #chat_id=(chat_id : Int64)
- #default_disable_notification : Bool
- #default_disable_notification=(default_disable_notification : Bool)
- #object_type : String
- #object_type=(object_type : String)