Sha256: 7b949311464675bec140371cc69cd9acd224c4a0e9721c0c4dce989ffb3cd0cc
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
module TD::Types # The list of supported dice emojis has changed. # # @attr emojis [Array<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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.1 | lib/tdlib/types/update/dice_emojis.rb |