inlineQueryResultAnimation property

InlineQueryResultAnimation? inlineQueryResultAnimation

Represents an animation file

Implementation

InlineQueryResultAnimation? get inlineQueryResultAnimation {
  if (this is InlineQueryResultAnimation) {
    return this as InlineQueryResultAnimation;
  }
  return null;
}