Sha256: ca8bcd92ffbe9add4008bcff7f713bfc13e5c4ecf469b54536512fef0f7487f6

Contents?: true

Size: 397 Bytes

Versions: 1

Compression:

Stored size: 397 Bytes

Contents

module TD::Types
  # Represents a list of all emoji corresponding to a sticker in a sticker set.
  # The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the
  #   corresponding Sticker object.
  #
  # @attr emojis [Array<String>] List of emojis.
  class StickerEmojis < Base
    attribute :emojis, TD::Types::Array.of(TD::Types::String)
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-ruby-2.0.0 lib/tdlib/types/sticker_emojis.rb