botas-express
    Preparing search index...

    Type Alias ActivityType

    ActivityType: "message" | "typing" | "invoke"

    Core activity type strings used by BotApplication for dispatch.

    bot.on('message', async ({ activity, send }) => {
    await send(`You said: ${activity.text}`);
    });