Sha256: 193ab807093219f040430559a3899a9027b764ebdfd703ee5c06119a726c350a

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

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