The caption command fails below in CFWorker with error:
(error) TypeError: The "chunk" argument must be one of type string or Buffer. Received type object
at new n2 (worker.js:16656:23)
at worker.js:17181:95
at A.write (worker.js:17182:10)
at A.end (worker.js:17216:144)
at s.addPart (worker.js:20412:73)
at S (worker.js:20325:21)
at async worker.js:20313:22
at async Promise.all (index 2)
at async _ (worker.js:20318:16)
at async s.callApi (worker.js:20362:30)
The
caption
command fails below in CFWorker with error:Borrowed from https://github.com/telegraf/telegraf/blob/302a46d144993be7a95c5864c87a8d7b79230d1e/docs/examples/keyboard-bot.js#L83
Any suggestions?