searchMessagesFilterVideoNote property
Returns only video note messages
Implementation
SearchMessagesFilterVideoNote? get searchMessagesFilterVideoNote {
if (this is SearchMessagesFilterVideoNote) {
return this as SearchMessagesFilterVideoNote;
}
return null;
}