Sha256: 5f5f5d6515ddc6e94a3568e4e04d3eece86f6f6c2ac23ae6d0f700bff63eae6f
Contents?: true
Size: 395 Bytes
Versions: 4
Compression:
Stored size: 395 Bytes
Contents
module TD::Types # Notification settings for a chat were changed. # # @attr chat_id [Integer] Chat identifier. # @attr notification_settings [TD::Types::ChatNotificationSettings] The new notification settings. class Update::ChatNotificationSettings < Update attribute :chat_id, TD::Types::Integer attribute :notification_settings, TD::Types::ChatNotificationSettings end end
Version data entries
4 entries across 4 versions & 2 rubygems