Sha256: c3b6d3a81fc0a00bd94d37e7300b38f09646cf38a200e737621380afff848a70
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 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 [TD::Types::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tdlib-schema-1.7.0.3 | lib/tdlib/types/input_sticker/animated.rb |
tdlib-schema-1.7.0.2 | lib/tdlib/types/input_sticker/animated.rb |