def sticker_echo(bot, update):
chat_id = update.message.chat_id
if update.message.chat.id == id.MY_ID:
bot.sendMessage(chat_id, text="???????? ????? ???????:")
bot.sendMessage(chat_id, text=update.message.sticker.file_id)
评论列表
文章目录