ForwardSource constructor
ForwardSource({})
Implementation
ForwardSource({
required this.chatId,
required this.messageId,
this.senderId,
required this.senderName,
required this.date,
required this.isOutgoing,
});