Sha256: eef36103449af251accb6cb8341939046e04304157e832bdf492dda98220efa2

Contents?: true

Size: 311 Bytes

Versions: 6

Compression:

Stored size: 311 Bytes

Contents

module TD::Types
  # Contains detailed information about a notification.
  class NotificationType < Base
    %w[
      new_message
      new_secret_chat
      new_call
      new_push_message
    ].each do |type|
      autoload TD::Types.camelize(type), "tdlib/types/notification_type/#{type}"
    end
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

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