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