Type Alias EditChatbotMessageRequestBody

EditChatbotMessageRequestBody: {
    account_id?: string;
    content: CardContent;
    is_markdown_support?: boolean;
    robot_jid: string;
    user_jid: string;
}

Type declaration

  • Optionalaccount_id?: string

    The account ID to which the message was sent. You can get this value from the Chatbot request sent to your server.

  • content: CardContent
  • Optionalis_markdown_support?: boolean
  • robot_jid: string

    The Bot JID. You can find this value in the Feature tab's Chat Subscription section of your Marketplace Chatbot app.

  • user_jid: string

    The JID of the user on whose behalf the message is being sent. This is used to prevent members of a channel from getting notifications that were set up by a user who has left the channel.