【发布时间】:2022-01-03 03:41:48
【问题描述】:
如何设置通过 url 以电报形式发送的文件的名称?
new SendDocument()
.setChatId(message.getChatId())
.setDocument("https://www.okbhmao.ru/download.php?file=12021");
我想在电报聊天中发送此文件,名称为contract.pdf
【问题讨论】:
标签: java telegram-bot