telegram-bot-api
telegram-bot-api copied to clipboard
Telegram Bot API server
For example docs for `phone_number` field say: > _Optional._ User's verified phone number, available only for “phone_number” type It seems to be mandatory when the `type` is `phone_number`. This is...
I downloaded telegram-bot-api to the server. Got domain and SSL too. How do I get updates now? How to connect webhook? https://api.telegram.org/bot{bottoken}/setWebhook?url=https://mydomain.com or https://mydomain/bot{bottoken}/setWebhook?url=https://mydomain.com which one is correct and how...
I set up the Telegram Bot API server and launched it without `--local` option. While I was trying to download file, for example user's profile photo: 1. First I used...
### Disclaimer I understand that I am suggesting a breaking change, but the breaking changes are sometimes being implemented in telegram-bot-api (maintaining compatibility for some time). The introduction of [ReplyParameters](https://core.telegram.org/bots/api#replyparameters)...
allow adding stories programmatically
Hi. I did some testing and it looks like the `invite_link` field of the [`ChatMemberUpdated`](https://core.telegram.org/bots/api#chatmemberupdated) class is present only when joining private groups. For public groups, the field is missing...
Added an option to chose multi core build by using clang's -j parameter
## broken voice message spectrogram ### Steps to reproduce Just try sending any voice message (.ogg file, opus encoder) with sendVoiceAsync() that is longer than 10-15 minutes ` await using...
1-1 chat with the bot, steps are: 1. put one non-premium reaction (🐳 in the example) 2. put second non-premium reaction (🤡 in the example) 3. put third **premium** reaction...
We have a bot that just sends the messages to the users who subscribed to this bot + this bot launches web app. Messages that are sent to the users...