Class: TD::Types::InputChatPhoto::Sticker

Inherits:
TD::Types::InputChatPhoto show all
Defined in:
lib/tdlib/types/input_chat_photo/sticker.rb

Overview

A sticker on a custom background.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#stickerTD::Types::ChatPhotoSticker

Information about the sticker.

Returns:



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

def sticker
  @sticker
end