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