Class: TD::Types::Update::StickerSet

Inherits:
TD::Types::Update show all
Defined in:
lib/tdlib/types/update/sticker_set.rb

Overview

A sticker set has changed.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#sticker_setTD::Types::StickerSet

The sticker set.

Returns:



5
6
7
# File 'lib/tdlib/types/update/sticker_set.rb', line 5

def sticker_set
  @sticker_set
end