inlineQueryResultDocument property
Represents a document
Implementation
InlineQueryResultDocument? get inlineQueryResultDocument {
if (this is InlineQueryResultDocument) {
return this as InlineQueryResultDocument;
}
return null;
}
Represents a document
InlineQueryResultDocument? get inlineQueryResultDocument {
if (this is InlineQueryResultDocument) {
return this as InlineQueryResultDocument;
}
return null;
}