我有一个发送 Slack 卡的 Errbot 功能。然后如何向卡片添加反应而不是收到的原始消息(msg)?
@botcmd
def example(self, msg):
self.send_card(title='Test',
body='test123',
thumbnail=' ',
image=' ',
link=' ',
color='green',
in_reply_to=msg)
self._bot.add_reaction(card_msg??, 'grey_question')