Sha256: 1f71c8f86bcbcb8a9eeed4e18331a94994d26526600835fbdf9de3f3247b0347

Contents?: true

Size: 507 Bytes

Versions: 1

Compression:

Stored size: 507 Bytes

Contents

module TD::Types
  # An animated sticker in TGS format.
  #
  # @attr sticker [TD::Types::InputFile] File with the animated sticker.
  #   Only local or uploaded within a week files are supported.
  #   See https://core.telegram.org/animated_stickers#technical-requirements for technical requirements.
  # @attr emojis [String] Emojis corresponding to the sticker.
  class InputSticker::Animated < InputSticker
    attribute :sticker, TD::Types::InputFile
    attribute :emojis, 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/input_sticker/animated.rb