inputInlineQueryResultAnimation property
Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video
Implementation
InputInlineQueryResultAnimation? get inputInlineQueryResultAnimation {
if (this is InputInlineQueryResultAnimation) {
return this as InputInlineQueryResultAnimation;
}
return null;
}