InternalLinkTypeMessageDraft constructor

InternalLinkTypeMessageDraft(
  1. {required FormattedText text,
  2. required bool contains_link,
  3. int? extra,
  4. 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

InternalLinkTypeMessageDraft