Class: Vk::API::Messages::ChatPushSettings
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Messages::ChatPushSettings
- Defined in:
- lib/vk/api/messages/chat_push_settings.rb
Overview
Instance Method Summary collapse
-
#disabled_until ⇒ Integer
Time until that notifications are disabled.
-
#sound ⇒ API::Base::BoolInt
Information whether the sound is on.
Instance Method Details
#disabled_until ⇒ Integer
Returns Time until that notifications are disabled.
13 |
# File 'lib/vk/api/messages/chat_push_settings.rb', line 13 attribute :disabled_until, API::Types::Coercible::Int.optional.default(nil) |
#sound ⇒ API::Base::BoolInt
Returns Information whether the sound is on.
11 |
# File 'lib/vk/api/messages/chat_push_settings.rb', line 11 attribute :sound, API::Base::BoolInt.optional.default(nil) |