go-telegram / bot

Telegram Bot API Go framework
MIT License
507 stars 46 forks source link

Bug: BotCommandScopeChat is missing chat_id #36

Closed xtianpu closed 1 year ago

xtianpu commented 1 year ago

Hello I think BotCommandScopeChat is missing chat_id in struct.

// BotCommandScopeChat https://core.telegram.org/bots/api#botcommandscopechat
type BotCommandScopeChat struct{}

https://core.telegram.org/bots/api#botcommandscopechat

negasus commented 1 year ago

Thanks, fixed in v0.7.11