Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface { BackAgain(chat *gotgbot.Chat, user *gotgbot.Sender) error IsAFK(chat *gotgbot.Chat, user *gotgbot.Sender) (bool, model.AFKData, error) IsAFKByUsername(chat *gotgbot.Chat, username string) (bool, model.AFKData, error) SetAFK(chat *gotgbot.Chat, user *gotgbot.Sender, now time.Time) error SetAFKWithReason(chat *gotgbot.Chat, user *gotgbot.Sender, reason string) error }
Click to show internal directories.
Click to hide internal directories.