go-telegram / bot

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

Use the 'MaybeInaccessibleMessage' type for callback query message #62

Closed NiJeTi closed 4 months ago

NiJeTi commented 4 months ago

Callback Query

Currently lib implements type MaybeInaccessibleMessage, but callback query does not use it. Instead it directly uses InaccessibleMessage type and thus no validation for callback message accessibility can be made.

negasus commented 4 months ago

Fixed #63 Released v1.1.4

Thanks