Sha256: 1be469d7d18ae46c2c1dcade70254448e4e34a470a5b8687290169a83dd2208a
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 Bytes
Contents
module TD::Types # Contains active notifications that was shown on previous application launches. # This update is sent only if a message database is used. # In that case it comes once before any updateNotification and updateNotificationGroup update. # # @attr groups [Array<TD::Types::NotificationGroup>] Lists of active notification groups. class Update::ActiveNotifications < Update attribute :groups, TD::Types::Array.of(TD::Types::NotificationGroup) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-ruby-2.1.0 | lib/tdlib/types/update/active_notifications.rb |