# Functions

No description provided by the author

# Variables

ErrNotFound is the error which should be returned if a dialog is not found.

# Structs

Data is a dialog persistent data.
Dispatcher routes users messages to an appropriate dialog.
Update is a shorter version of tgbotapi.Update containing only supported update kinds for a dialog interaction.

# Interfaces

Dialog is a dialog between your bot and user.
Storage is a storage interface of current dialogs between bot and users.