Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler interface { Join(chatID int64) RequestLanguageChange(chatID int64) ChangeLanguage(language string, chatID int64, messageID int64) }
UserHandler is an interface for user handler
Click to show internal directories.
Click to hide internal directories.