Class: TD::Types::DiceStickers::Regular

Inherits:
TD::Types::DiceStickers show all
Defined in:
lib/tdlib/types/dice_stickers/regular.rb

Overview

A regular animated sticker.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stickerTD::Types::Sticker

The animated sticker with the dice animation.

Returns:



5
6
7
# File 'lib/tdlib/types/dice_stickers/regular.rb', line 5

def sticker
  @sticker
end