Sha256: 8a6deb7853578da34eb631d81095b8b8758731855456b9b9278b040a58d5ea4e
Contents?: true
Size: 336 Bytes
Versions: 4
Compression:
Stored size: 336 Bytes
Contents
module TD::Types # A chat was marked as unread or was read. # # @attr chat_id [Integer] Chat identifier. # @attr is_marked_as_unread [Boolean] New value of is_marked_as_unread. class Update::ChatIsMarkedAsUnread < Update attribute :chat_id, TD::Types::Integer attribute :is_marked_as_unread, TD::Types::Bool end end
Version data entries
4 entries across 4 versions & 2 rubygems