问题
Telegram offers "secret chats". Is it possible that a bot opens a secret chat and sends a message? I could not find any method or parameter for this function.
回答1:
Telegram's Bot API does not support secret chats at the moment. You can read the documentation, but a short explanation is: end-to-end encryption is used in secret chats which is tricky to implement for bots and requires additional work.
There's no word on when it'll be supported, if ever. At any rate, Telegram Bots are generally meant as a useful aid or for fun, not for sensitive things like financial transactions.
回答2:
I know this is too late, but following the post, I found out they support for secret chat API REST API . You can check if still interested.
来源:https://stackoverflow.com/questions/32093188/telegram-bots-secret-chats-possible