StoriesGetChatsToSend.deserialize constructor

StoriesGetChatsToSend.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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