错误的请求:贴纸集名称无效

时间:2019-01-21 22:56:20

标签: telegram telegram-bot

尝试致电createNewStickerSet,但收到错误消息

error_code=400, description='Bad Request: sticker set name invalid'

参数:

user_id = 1111,
name = "what_den_things",
title = "What Denis thinks",
png_sticker = "BQADAgADxQIAAsQQMUqjvj3PCWFVMwI", // I tried url, file,  file_id here, seems it has nothing to do with the problem
emoji: = ""

我也尝试了uploadStickerFile方法,就像一个魅力。 我在做什么错了?

1 个答案:

答案 0 :(得分:0)

显然,文档中出现了小故障,例如https://github.com/tdlib/td/issues/466#issuecomment-456361390 贴纸集的名称必须以by_YourBotName

结尾