InternalLinkTypeMessageDraft constructor
const
InternalLinkTypeMessageDraft({
- required FormattedText text,
- required bool containsLink,
- dynamic extra,
- int? clientId,
The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field
Implementation
const InternalLinkTypeMessageDraft({
required this.text,
required this.containsLink,
this.extra,
this.clientId,
});