Update README.md

Added example for multi-line text
This commit is contained in:
abadroot 2018-07-11 14:16:16 +02:00 committed by GitHub
parent c49f8e6a85
commit 1d298c7ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ telegram -t 123456:AbcDefGhi-JklMnoPrw -c 12345 "Hello, World."
# Then you can just use
telegram "Hello, World."
# Split them into multiple lines
telegram "Hello,"$'\n'"World."
# Or you send this one message to another chat:
telegram -c 6789 "Hello, Mars."