Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Telegram Bots: secret chats possible?

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.

like image 917
Martin Weissenboeck Avatar asked Aug 19 '15 10:08

Martin Weissenboeck


People also ask

Can Telegram bots send private?

Not exactly a private bot With Telegram bots are not private. Everybody can find them. The difference is that a certain communication channel with the bot can be made private. This is a group with the bot that you and the bot are members of.

Can Telegram see secret chat?

All messages in secret chats use end-to-end encryption. This means only you and the recipient can read those messages — nobody else can decipher them, including us here at Telegram (more on this here). On top of this, Messages cannot be forwarded from secret chats.

Can Telegram bots hack you?

Fake Telegram Messenger apps are currently hacking devices, including PCs, with a Windows-based malware that can put your information at risk as it evades the installed anti-virus systems, cyber-security researchers have warned.

Can Telegram bot owner see messages?

Bots talking to each other could potentially get stuck in unwelcome loops. To avoid this, we decided that bots will not be able to see messages from other bots regardless of mode.

Does telegram bot API support secret chats?

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.

Are telegram bots a threat to security?

While researching one such malware scheme, Forcepoint accidentally discovered that Telegram chats that include bots have reduced security. The researchers probed a sample of remote management malware dubbed GoodSender and identified the mechanism within the code that awaited commands from a Telegram bot.

How do I view a secret chat on Telegram?

The contents of a secret chat can only be deciphered by the sender and the recipient. As a result, a secret chat can only be viewed on the device where it was started and logging out of Telegram on that device will delete the chat.

Are Telegram chats end-to-end encrypted?

Telegram chats aren’t end-to-end encrypted in default messaging mode. In Telegram, all chat boxes don’t use end-to-end encryption like WhatsApp. But, If you want a fully encrypted method for your chat. Then you can change it to the secret chat mode in it.


1 Answers

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.

like image 132
Huey Avatar answered Oct 04 '22 02:10

Huey