Sha256: e90b0c1792d4eb0a07985802fa84b7ad50164830e1b9650441fcda066e6b351d
Contents?: true
Size: 497 Bytes
Versions: 6
Compression:
Stored size: 497 Bytes
Contents
module TD::Types # Notification settings for some type of chats were updated. # # @attr scope [TD::Types::NotificationSettingsScope] Types of chats for which notification settings were updated. # @attr notification_settings [TD::Types::ScopeNotificationSettings] The new notification settings. class Update::ScopeNotificationSettings < Update attribute :scope, TD::Types::NotificationSettingsScope attribute :notification_settings, TD::Types::ScopeNotificationSettings end end
Version data entries
6 entries across 6 versions & 2 rubygems