Class: TD::Types::StickerFullType::Regular

Inherits:
TD::Types::StickerFullType show all
Defined in:
lib/tdlib/types/sticker_full_type/regular.rb

Overview

The sticker is a regular sticker.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#premium_animationTD::Types::File?

Premium animation of the sticker; may be null. If present, only Telegram Premium users can use the sticker.

Returns:



6
7
8
# File 'lib/tdlib/types/sticker_full_type/regular.rb', line 6

def premium_animation
  @premium_animation
end