Sha256: 64c22b4e8501e989f172f6788ff6e5aac4b720216a84c530c6d041be727a96a3
Contents?: true
Size: 483 Bytes
Versions: 4
Compression:
Stored size: 483 Bytes
Contents
module TD::Types # Contains active notifications that was shown on previous application launches. # This update is sent only if the 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
4 entries across 4 versions & 2 rubygems