MessagesRecentStickersNotModified.deserialize constructor

MessagesRecentStickersNotModified.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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