MessageForwardOriginChat constructor

MessageForwardOriginChat({
  1. String? extra,
  2. int? client_id,
  3. int53? sender_chat_id,
  4. string? author_signature,
})

Implementation

MessageForwardOriginChat({
  super.extra,
  super.client_id,
  this.sender_chat_id,
  this.author_signature,
});