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