MessageForwardOriginChannel constructor

const MessageForwardOriginChannel({
  1. required int chatId,
  2. required int messageId,
  3. required String authorSignature,
})

The message was originally a post in a channel

Implementation

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