GetMessagePublicForwards constructor
const
GetMessagePublicForwards({})
Returns forwarded copies of a channel message to different public channels. For optimal performance, the number of returned messages is chosen by TDLib
Implementation
const GetMessagePublicForwards({
required this.chatId,
required this.messageId,
required this.offset,
required this.limit,
});