copyText property
Optional. Description of the button that copies the specified text to the clipboard.
Since Bot API 7.11
Implementation
@JsonKey(name: 'copy_text')
CopyTextButton? get copyText;
Optional. Description of the button that copies the specified text to the clipboard.
Since Bot API 7.11
@JsonKey(name: 'copy_text')
CopyTextButton? get copyText;