Type Alias EditChatbotMessageResponse

EditChatbotMessageResponse: {
    message_id?: string;
    robot_jid?: string;
    sent_time?: string;
    to_jid?: string;
    user_jid?: string;
}

Type declaration

  • Optionalmessage_id?: string

    The updated message's ID.

  • Optionalrobot_jid?: string

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

  • Optionalsent_time?: string

    The date and time at which the message was sent.

  • Optionalto_jid?: string

    The JID of the group channel or user to whom the message was sent.

  • Optionaluser_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.