BirdMessage constructor
BirdMessage({})
Implementation
BirdMessage({
required this.channelUrl,
required this.type,
required this.senderId,
this.senderName,
this.senderProfileUrl,
required this.message,
});