Add example syntax for a mixed text style (#1367)

This commit is contained in:
spezialist1 2023-11-06 12:58:11 +02:00 committed by GitHub
parent 699b21f066
commit 7b899d1853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -288,7 +288,7 @@ e.g.: `-m "Hi X!" --mention "3:1:+123456789"`
Style parts of the message text (syntax: start:length:STYLE). Style parts of the message text (syntax: start:length:STYLE).
Where STYLE is one of: BOLD, ITALIC, SPOILER, STRIKETHROUGH, MONOSPACE Where STYLE is one of: BOLD, ITALIC, SPOILER, STRIKETHROUGH, MONOSPACE
e.g.: `-m "Something BIG!" --text-style "10:3:BOLD"` e.g.: `-m "Something BIG!" --text-style "10:3:BOLD"` or for a mixed text style `-m "Something BIG!" --text-style "0:9:ITALIC" "10:3:BOLD"`
*--quote-timestamp*:: *--quote-timestamp*::
Specify the timestamp of a previous message with the recipient or group to add a quote to the new message. Specify the timestamp of a previous message with the recipient or group to add a quote to the new message.