发送后如何立即获取answerInlineQuery ID

问题描述

    app.inlineQuery(async (match,ctx) => {
      await ctx.answerInlineQuery([
        {
          type: 'article',id: '1',title: 'Start game',input_message_content: {
            message_text: 'Start game'
          },reply_markup: createWordButtons(match)
        }
      ]);
      // Here I Need to get answerInlineQuery id
    });

获取此ID的原因是,我需要知道两个用户是否使用相同的漫游器消息。因此,如果您知道更好的解决方案-请提供给我。谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)