Sha256: ef0fc1f2f8ea492f3c0c8ba6c922b67a6514709b68089975325dac82f17457a7
Contents?: true
Size: 444 Bytes
Versions: 4
Compression:
Stored size: 444 Bytes
Contents
module TD::Types # The value of the default disable_notification parameter, used when a message is sent to the chat, was changed. # # @attr chat_id [Integer] Chat identifier. # @attr default_disable_notification [Boolean] The new default_disable_notification value. class Update::ChatDefaultDisableNotification < Update attribute :chat_id, TD::Types::Integer attribute :default_disable_notification, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 2 rubygems