Use the 'MaybeInaccessibleMessage' type for callback query message
Closed this issue · 1 comments
NiJeTi commented
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.