InputStickerSetTonGifts.deserialize constructor

InputStickerSetTonGifts.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

factory InputStickerSetTonGifts.deserialize(BinaryReader reader) {
  // Construct [InputStickerSetTonGifts] object.
  final returnValue = InputStickerSetTonGifts();

  // Now return the deserialized [InputStickerSetTonGifts].
  return returnValue;
}