InlineQueryResultAnimation constructor

const InlineQueryResultAnimation({
  1. required String id,
  2. required Animation animation,
  3. required String title,
})

Represents an animation file

Implementation

const InlineQueryResultAnimation({
  required this.id,
  required this.animation,
  required this.title,
});