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

#stickerTD::Types::Sticker

Message content.

Returns:



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

def sticker
  @sticker
end