AddMessageReaction constructor

AddMessageReaction({
  1. String? extra,
  2. int? client_id,
  3. int53? chat_id,
  4. int53? message_id,
  5. ReactionType? reaction_type,
  6. Bool? is_big,
  7. Bool? update_recent_reactions,
})

Implementation

AddMessageReaction({
  super.extra,
  super.client_id,
  this.chat_id,
  this.message_id,
  this.reaction_type,
  this.is_big,
  this.update_recent_reactions,
});