Sha256: 0f1833dff7dbb5f55b31d0b3da4627f0436fb7aa155afc2249e8256a575d6304

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 Bytes

Contents

module TD::Types
  # Describes the type of notifications in a notification group.
  class NotificationGroupType < Base
    %w[
      messages
      mentions
      secret_chat
      calls
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/notification_group_type/#{type}"
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.3 lib/tdlib/types/notification_group_type.rb
tdlib-schema-1.7.0.2 lib/tdlib/types/notification_group_type.rb
tdlib-schema-1.7.0.1 lib/tdlib/types/notification_group_type.rb