go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

Can I register a coomand by telegram-bot-api? #552

Closed FranzKafkaYu closed 2 years ago

FranzKafkaYu commented 2 years ago

Hello: Firstly thank u guys for creatoing such wonderful library.And I checked in docs found there are no available APIs to register a command .But there is a API called GetMyCommands can get all commands.So I am wondering that is it possiable to register command here?