Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeclineCallbackHandler ¶
type DeclineCallbackHandler struct {
// contains filtered or unexported fields
}
func NewDeclineCallbackHandler ¶
func NewDeclineCallbackHandler( tga *telegram.TelegramBotAdapter, ts *services.TranslatorService, tr repositories.ITopicsRepository, uor repositories.IUserStateRepository, ) *DeclineCallbackHandler
func (*DeclineCallbackHandler) Handle ¶
func (h *DeclineCallbackHandler) Handle(ctx context.Context, update *tgbotapi.CallbackQuery)
Handle "decline" button from support form - close topic, delete user queue and messages, update callback message
Click to show internal directories.
Click to hide internal directories.