GroupCallMessage constructor
const
GroupCallMessage({})
Group Call Message constructor.
Implementation
const GroupCallMessage({
required this.fromAdmin,
required this.id,
required this.fromId,
required this.date,
required this.message,
this.paidMessageStars,
}) : super._();