inlineQueryResultVideo property
Represents a video
Implementation
InlineQueryResultVideo? get inlineQueryResultVideo {
if (this is InlineQueryResultVideo) {
return this as InlineQueryResultVideo;
}
return null;
}
Represents a video
InlineQueryResultVideo? get inlineQueryResultVideo {
if (this is InlineQueryResultVideo) {
return this as InlineQueryResultVideo;
}
return null;
}