Reputation: 1
I need bot which let to send it command ('/photo' for example) and in return get photo from camera. Does Telegram API let to do it?
Upvotes: 0
Views: 1754
Reputation: 1
No, the Telegram API does not allow you to directly access a user's camera. This is for security and privacy reasons.
Upvotes: 0
Reputation: 2441
as you can check in the official documentation, you can only request for his phone number or his location. and it is not possible to request for camera input. but you can request your user to manually take a photo and send to your bot.
Upvotes: 1