MessagesFoundStickerSetsNotModified.deserialize constructor

MessagesFoundStickerSetsNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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