InputMessagesFilterPhotoVideo.deserialize constructor

InputMessagesFilterPhotoVideo.deserialize(
  1. BinaryReader reader
)

Deserialize.

Implementation

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

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