added default stickers
This commit is contained in:
parent
6c04fd8ed0
commit
ef73dfcd17
8308 changed files with 252010 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue