MessageSponsor constructor
const
MessageSponsor({
- required MessageSponsorType type,
- ChatPhotoInfo? photo,
- required String info,
Information about the sponsor of a message
Implementation
const MessageSponsor({
required this.type,
this.photo,
required this.info,
});