SponsoredMessage constructor
SponsoredMessage({
- String? extra,
- int? client_id,
- int53? message_id,
- Bool? is_recommended,
- int53? sponsor_chat_id,
- ChatInviteLinkInfo? sponsor_chat_info,
- Bool? show_chat_photo,
- InternalLinkType? link,
- 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,
});