Sha256: 644b4b8abedfbebc92a92e6ff9aaf6ef1a51dbc4364623a363960ca56cf87a6a
Contents?: true
Size: 347 Bytes
Versions: 1
Compression:
Stored size: 347 Bytes
Contents
module TD::Types # A dice message. # # @attr emoji [String] Emoji on which the dice throw animation is based. # @attr clear_draft [Boolean] True, if a chat message draft should be deleted. class InputMessageContent::Dice < InputMessageContent attribute :emoji, TD::Types::String attribute :clear_draft, TD::Types::Bool end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/input_message_content/dice.rb |