Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + type InputPsqlRepository struct + func NewInputPsqlRepository(conn *sql.DB) *InputPsqlRepository + func (r *InputPsqlRepository) Save(ctx context.Context, input domain.Input) error + type TelegramServiceTgBotApi struct + func NewTelegramServiceTgBotApi(bot *tgbotapi.BotAPI) *TelegramServiceTgBotApi + func (t *TelegramServiceTgBotApi) IsChatValid(ctx context.Context, chatID int64, userID int64) (bool, error)