go-telegram/bot

Use the 'MaybeInaccessibleMessage' type for callback query message

Closed this issue · 1 comments

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.

Fixed #63
Released v1.1.4

Thanks