Sha256: a1773b9b82c8ed71a32da1329735c8fcf42eefc2fb99ea6a2da356d355ed14e1

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

module TD::Types
  # Describes type of notifications in the 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

2 entries across 2 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/notification_group_type.rb
tdlib-ruby-2.1.0 lib/tdlib/types/notification_group_type.rb