MessagesStickerSetNotModified.deserialize constructor

MessagesStickerSetNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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