class
TD::Notification
- TD::Notification
- TD::Base
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
telegram/types/notification.crConstructors
- .new(id : Int32, date : Int32, type : TD::NotificationType, is_silent : Bool = false)
- .new(pull : JSON::PullParser)
- .new(__json : JSON::Any | Nil = nil)
Instance Method Summary
- #date : Int32
- #date=(date : Int32)
- #id : Int32
- #id=(id : Int32)
- #is_silent : Bool
- #is_silent=(is_silent : Bool)
- #object_type : String
- #object_type=(object_type : String)
- #type : TD::NotificationType
- #type=(type : TD::NotificationType)