InputStickerSetTonGifts.deserialize constructor
InputStickerSetTonGifts.deserialize(
- BinaryReader reader
Deserialize.
Implementation
factory InputStickerSetTonGifts.deserialize(BinaryReader reader) {
// Construct [InputStickerSetTonGifts] object.
final returnValue = InputStickerSetTonGifts();
// Now return the deserialized [InputStickerSetTonGifts].
return returnValue;
}