Sha256: 80d46cdaccdc04dfe414572f8c158faf96af9d08dbd058d5b8cbde275c3d3e84

Contents?: true

Size: 585 Bytes

Versions: 1

Compression:

Stored size: 585 Bytes

Contents

module TD::Types
  # Contains information about notification settings for several chats.
  #
  # @attr mute_for [Integer] Time left before notifications will be unmuted, in seconds.
  # @attr sound [String] The name of an audio file to be used for notification sounds; only applies to iOS
  #   applications.
  # @attr show_preview [Boolean] True, if message content should be displayed in notifications.
  class ScopeNotificationSettings < Base
    attribute :mute_for, TD::Types::Integer
    attribute :sound, TD::Types::String
    attribute :show_preview, TD::Types::Bool
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/scope_notification_settings.rb