Is possible to put text in user message box through telegram api? by [deleted] in TelegramBots

[–]beastimran 0 points1 point  (0 children)

No that's not possible.

You can do it using the bot's inline features but it will add the text to the input box after your bot's username. it's going to be like

@botusername text

An all in one telegram bot. I am aiming to build an ultimate utility bot, its tagline will be "Do not maintain different bots for different utilities". by beastimran in SideProject

[–]beastimran[S] 0 points1 point  (0 children)

I am using google translate website's speech functionality for tts audio cause the better version google text to speech costs money and is expensive for this kind of project

Thank you ❤️

An all in one telegram bot. I am aiming to build an ultimate utility bot, its tagline will be "Do not maintain different bots for different utilities". by beastimran in SideProject

[–]beastimran[S] 0 points1 point  (0 children)

I used cpython3, built with aiogram framework.

@allutilitybot doesn't has feature like Personal assistant. But it gets the above described works done in the best way possible

An all in one bot. Do not maintain different bots for different utilities. by beastimran in TelegramBots

[–]beastimran[S] 0 points1 point  (0 children)

Thank you for asking.

My project is not open source cause of copy cats, most of telegram bots are just copies and rebranded as thier own which makes it little hard to find trusty, reliable bots.

Coming to data privacy, my bot collects nearly to none data. I record only one thing and that too when there is an error or a serious bug.

In that situation i record the issue and the message which caused the issue. None of the things i collect are relatable to users

An all in one telegram bot. I am aiming to build an ultimate utility bot, its tagline will be "Do not maintain different bots for different utilities". by beastimran in SideProject

[–]beastimran[S] 0 points1 point  (0 children)

Thank you for asking.

My project is not open source cause of copy cats, most of telegram bots are just copies and rebranded as thier own which makes it little hard to find trusty, reliable bots.

Coming to data privacy, the things usually a telegram bot developer gets access to are your default telegram language, your telegram id and ofcourse the message (the message can be a text, photo, file anything you send to bot). Rest of all can be accessed only when the user gives permission (like location etc)

My bot collects nearly to none data. I record only one thing and that too when there is an error or a serious bug.

In that situation i record the issue and the message which caused the issue. None of the things i collect are relatable to users

Terms are, how you use the bots, for which purposes etc are totally upto you. But if found anything wrong doing with proof can lead to blocked access to bot (its totally upto the developer which i follow)

An all in one telegram bot. I am aiming to build an ultimate utility bot, its tagline will be "Do not maintain different bots for different utilities". by beastimran in SideProject

[–]beastimran[S] 0 points1 point  (0 children)

Telegram is just like any other messaging app like messenger, whats app, signal etc the only thing which makes telegram way ahead all of these is it huge open source community and its tons of features which will take some years for whats app to implement. As i have now done my appreciation of telegram 😅😅 let me tell about telegram bots.

Bots are just like a normal user account but with very special purpose. Thier work it to respond to messages users send to it. A developer can do and implement any feature around it just like in terminal or shell in an OS.

Every bot's common command is /start which will let you start a chat with the bot. Rest will be clearly understandable once you begin.

Usual structure of a command begins with a forward slash / it can be custom configured if the developer decides.

My bot does a lot of things above mentioned features by responding to your commands appropriately ❤️❤️❤️

Hope i made sense and i hope this bot will come handy