telegram-bot-api icon indicating copy to clipboard operation
telegram-bot-api copied to clipboard

Telegram Bot API server

Results 112 telegram-bot-api issues
Sort by recently updated
recently updated
newest added

As the title says, my bot is currently maintaining entire post publication process on my channel. I'd also like to automatise the Story publication process by bot to the channel....

enhancement

I need to run telegram-bot-api as a local API server. I followed the instructions. I run the server by this command: > telegram-bot-api --api-id=123456789 --api-hash=abcdefg --local -v 3 --proxy=http://111.222.333.444:1234 When...

I'm trying to run the telegram-bot-api as a service on the Ubuntu server, but it didn't work .The error message is this ![image](https://github.com/tdlib/telegram-bot-api/assets/107624890/ea105c5b-f554-44ec-8251-77dc85e0c95e) and this is my config ![image](https://github.com/tdlib/telegram-bot-api/assets/107624890/4e8b32f0-45b7-47ad-acc2-301bc2aa1af5)

Using telegram api as a bot, I can send getChannelDifference for any channel my bot isn't participant of and get messages from it. Is it normal behavior I can use?

Hi, how can i attach a document with the sendMessage method ?

Dear Contributors, I hope this message finds you well. I wanted to discuss a potential enhancement for my project involving the use of 1g servers in a cluster mode configuration....

Hey, is there any limits on deleteMessages? i know that i cannot delete messages of last 2 days. but what about amount can i delete then I gonna get a...

Hello, I want to do bot who can accept files larger than 20mb.I read documentation, but I don't understand how use this telegram-bot-api. If someone can explain or give me...

Are there any limits for my_chat_member in large groups (>1000 people)? The problem I am experiencing is that my bot perfectly works in groups and supergroups, but when it comes...

I'm surprised, with the high security Telegram touts, that _telegram-bot-api_ only offers to pass our secrets in two of the most (generally accepted) insecure ways: directly on the command line,...