inlineQueryResultAnimation property
Represents an animation file
Implementation
InlineQueryResultAnimation? get inlineQueryResultAnimation {
  if (this is InlineQueryResultAnimation) {
    return this as InlineQueryResultAnimation;
  }
  return null;
}