Sha256: 95f51cd76bb73477a432a13784bcf4492d8c65c466e51b7ea7e6d6a36abcd575
Contents?: true
Size: 263 Bytes
Versions: 2
Compression:
Stored size: 263 Bytes
Contents
module TD::Types # The list of supported dice emojis has changed. # # @attr emojis [Array<TD::Types::String>] The new list of supported dice emojis. class Update::DiceEmojis < Update attribute :emojis, TD::Types::Array.of(TD::Types::String) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/update/dice_emojis.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/update/dice_emojis.rb |