MessagesGetAllDrafts.deserialize constructor

MessagesGetAllDrafts.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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