copyText property

  1. @JsonKey(name: 'copy_text')
CopyTextButton? get copyText
inherited

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;