我试着用电视发送游戏贴纸,但我只能把足球和篮球贴纸当作游戏发送。其他贴纸是静态的。
发布于 2022-11-07 19:10:54
那些不是“贴纸”,它们是表情符号。将它们作为MediaDice文件对象发送。
import telethon await client.send_file(chat, telethon.types.InputMediaDice(''))
https://stackoverflow.com/questions/74351445
相似问题