Rahul Khoiwal

Results 1 issues of Rahul Khoiwal

----------------------------------- ----------------------------------- ----------------------------------- ``` def respond_to_message(CARD_CONTENT_LIST): """Respond to a message to our bot""" for CARD_CONTENT in CARD_CONTENT_LIST: api.messages.create( target_room_id, text="Change Validation Card", attachments=[{ "contentType": "application/vnd.microsoft.card.adaptive", "content": CARD_CONTENT }], ) return...