Class: Vk::API::Messages::ChatPushSettings

Inherits:
Schema::Object
  • Object
show all
Defined in:
lib/vk/api/messages/chat_push_settings.rb

Overview

Instance Method Summary collapse

Instance Method Details

#disabled_untilInteger

Returns Time until that notifications are disabled.

Returns:

  • (Integer)

    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)

#soundAPI::Base::BoolInt

Returns Information whether the sound is on.

Returns:



11
# File 'lib/vk/api/messages/chat_push_settings.rb', line 11

attribute :sound, API::Base::BoolInt.optional.default(nil)