# Functions
AutoRespond returns a middleware that automatically responds to every callback.
Blacklist returns a middleware that skips the update for users specified in the chats field.
IgnoreVia returns a middleware that ignores all the "sent via" messages.
Logger returns a middleware that logs incoming updates.
Recover returns a middleware that recovers a panic happened in the handler.
Restrict returns a middleware that handles a list of provided chats with the logic defined by In and Out functions.
Whitelist returns a middleware that skips the update for users NOT specified in the chats field.
# Structs
RestrictConfig defines config for Restrict middleware.
# Type aliases
No description provided by the author