merged from gramsrv upstream
This commit is contained in:
parent
79c64ee916
commit
21a0856587
651 changed files with 54774 additions and 4590 deletions
|
|
@ -5,6 +5,7 @@ import (
|
|||
|
||||
"github.com/iamxvbaba/td/tg"
|
||||
|
||||
"telesrv/internal/branding"
|
||||
"telesrv/internal/seed/appearance"
|
||||
"telesrv/internal/seed/catalog"
|
||||
)
|
||||
|
|
@ -348,7 +349,7 @@ func StickerSet(req *tg.MessagesGetStickerSetRequest) tg.MessagesStickerSetClass
|
|||
if req != nil && req.Hash == emptyStickerSetHash {
|
||||
return &tg.MessagesStickerSetNotModified{}
|
||||
}
|
||||
title, shortName := "OwpenGram Empty Sticker Set", "owpengram_empty"
|
||||
title, shortName := branding.ProductName+" Empty Sticker Set", "owpengram_empty"
|
||||
if req != nil {
|
||||
switch set := req.Stickerset.(type) {
|
||||
case *tg.InputStickerSetAnimatedEmoji:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue