MessageForwardOriginChannel constructor
const
MessageForwardOriginChannel({})
The message was originally a post in a channel
Implementation
const MessageForwardOriginChannel({
required this.chatId,
required this.messageId,
required this.authorSignature,
});