SponsoredMessage constructor

SponsoredMessage({
  1. String? extra,
  2. int? client_id,
  3. int53? message_id,
  4. Bool? is_recommended,
  5. int53? sponsor_chat_id,
  6. ChatInviteLinkInfo? sponsor_chat_info,
  7. Bool? show_chat_photo,
  8. InternalLinkType? link,
  9. MessageContent? content,
})

Implementation

SponsoredMessage({
  super.extra,
  super.client_id,
  this.message_id,
  this.is_recommended,
  this.sponsor_chat_id,
  this.sponsor_chat_info,
  this.show_chat_photo,
  this.link,
  this.content,
});