diff --git a/configs.go b/configs.go index ee6074c..e97bdca 100644 --- a/configs.go +++ b/configs.go @@ -1327,7 +1327,9 @@ func (config UploadStickerConfig) getFile() interface{} { } func (config UploadStickerConfig) useExistingFile() bool { - return false + _, ok := config.PNGSticker.(string) + + return ok } // NewStickerSetConfig allows creating a new sticker set.