Sha256: 188c5ac27509d4eca8e2f168ecce464912ac52e97907db6981f33a155774cb1c
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 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::Coercible::Integer attribute :is_marked_as_unread, TD::Types::Bool end end
Version data entries
3 entries across 3 versions & 1 rubygems