-
Notifications
You must be signed in to change notification settings - Fork 90
How to POST a message? #1
Comments
try data: 'text=' + encodeURIComponent(text) + '&parse_mode=Markdown&disable_web_page_preview=false',
|
The text was sent, but seems it didn't support Markdown image. "tg_push_bot" will enable image display in the future?
|
Already supported for sending photo with its URL. |
failed again, nothing on tg and it returns as below.
|
@DerekTso Try encodeURI? |
still not good. (encodeURIComponent / encodeURI / or no encoding) any successful example to POST a photo to tg? except on tampermonkey. not sure if it's tampermonkey issue |
@DerekTso Contact me on Telegram https://t.me/Fndroid |
HI,
I use tampermonkey to test the POST method, it returns
{"result":"消息已经安排发送"}
, but I didn't receive any message on tg.The text was updated successfully, but these errors were encountered: