added default stickers

This commit is contained in:
onysd 2026-07-21 22:40:57 +03:00
parent 6c04fd8ed0
commit ef73dfcd17
8308 changed files with 252010 additions and 0 deletions

View file

@ -761,6 +761,7 @@ func run(logger *zap.Logger) error {
auth.WithPasswords(passwordStore),
auth.WithBotLogin(botStore),
auth.WithPremiumGrant(cfg.PremiumGrantMonths),
auth.WithDefaultStickerSet(passwordStore, cfg.DefaultStickerSetID),
auth.WithCodeTTL(cfg.AuthCodeTTL),
auth.WithCodeMaxAttempts(cfg.AuthCodeMaxAttempts),
auth.WithPhoneCodeDelivery(phoneCodeSender, cfg.PhoneCodeLength),