Class: TD::Types::MessageContent::Sticker

Inherits:
TD::Types::MessageContent show all
Defined in:
lib/tdlib/types/message_content/sticker.rb

Overview

A sticker message.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#is_premiumBoolean

True, if premium animation of the sticker must be played.

Returns:

  • (Boolean)

    the current value of is_premium



6
7
8
# File 'lib/tdlib/types/message_content/sticker.rb', line 6

def is_premium
  @is_premium
end

#stickerTD::Types::Sticker

The sticker description.

Returns:



6
7
8
# File 'lib/tdlib/types/message_content/sticker.rb', line 6

def sticker
  @sticker
end