ClickChatSponsoredMessage constructor

const ClickChatSponsoredMessage({
  1. required int chatId,
  2. required int messageId,
})

Informs TDLib that the user opened the sponsored chat via the button, the name, the photo, or a mention in the sponsored message

Implementation

const ClickChatSponsoredMessage({
  required this.chatId,
  required this.messageId,
});