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

Golang bindings for the Telegram Bot API

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

How to get event on some chat added the bot? I need to get all chat id's and put them to db, so i will be able to send them...

How to banChatMember in go-telegram-bot-api?

Hi, I have the below flow for the user, - bot send an inline keyboard - user enters the input - bot edits the previous message sent to prompt for...

the param name must be `score` but config set `scrore` https://github.com/go-telegram-bot-api/telegram-bot-api/blob/4126fa611266940425a9dfd37e0c92ba47881718/configs.go#L929

When you launch Web App you can get access from user to send message. Currently no way to understand that update which you got in bot about access allowed. This...

for update := range updates {     if update.Message != nil {         text := update.Message.Text         chatID := update.Message.Chat.ID         if text == "/start" re.MatchString(text) text == "cancel" {           match := re.FindStringSubmatch(text)           referrerID,...

I want to get my channel all subscribers userInfo,such as user_id,user_name...

from telegram import Update from telegram.ext import Updater, CommandHandler, MessageHandler, Filters, CallbackContext # Replace '6873450444:AAFKVZWGLsgXg6ZhKrGNWHb4zml6sr7pD0E' with your actual bot token TOKEN = '6873450444:AAFKVZWGLsgXg6ZhKrGNWHb4zml6sr7pD0E' # Command to start the bot def...

I am implementing inline queries using the telegram-bot-api package and followed the basic example from the [official documentation](https://pkg.go.dev/github.com/go-telegram-bot-api/telegram-bot-api/[email protected]#InlineConfig). The `InlineConfig` is set to return a unique random value, but I...

…r supported outside of a module. Instead, you should use go install with a version or operate within a module.