Sha256: 13c4689d05bdccfe85d0bd0f51b006ad08e3f3a66f88e7b28420188b735c6726

Contents?: true

Size: 331 Bytes

Versions: 5

Compression:

Stored size: 331 Bytes

Contents

module TD::Types
  # Describes the types of chats to which notification settings are applied.
  class NotificationSettingsScope < Base
    %w[
      private_chats
      group_chats
      channel_chats
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/notification_settings_scope/#{type}"
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/notification_settings_scope.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/notification_settings_scope.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/notification_settings_scope.rb
tdlib-ruby-2.2.0 lib/tdlib/types/notification_settings_scope.rb
tdlib-ruby-2.1.0 lib/tdlib/types/notification_settings_scope.rb