MessageForwardOriginChat constructor

const MessageForwardOriginChat({
  1. required int senderChatId,
  2. required String authorSignature,
})

The message was originally sent on behalf of a chat

Implementation

const MessageForwardOriginChat({
  required this.senderChatId,
  required this.authorSignature,
});