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