Options
Menu

Module Chat

The Chat API allows users to communicate via text embedded directly within the application.

See the developer guide for a few chat examples.

Index

Type aliases

ChatMembership

ChatMembership: "public" | "private"

The possible types of [[ChatInfo.membership]].

ChatPermission

ChatPermission: "create_chat" | "remove_chat" | "join_chat" | "leave_chat" | "add_chat_user" | "remove_chat_user" | "set_chat_name" | "set_topic" | "manage_chat_permissions"

The possible permissions a chat can have.

ChatType

ChatType: DIRECT | CHANNEL | ROOM

The valid strings for a [[ChatInfo.chatType]].