Skip to main content

Interface: ConversationsInviteArguments

Extends

  • Channel.Users.TokenOverridable

Properties

channel

channel: string;

Description

ID of conversation.

Inherited from

Channel.channel

Defined in

packages/web-api/src/types/request/conversations.ts:15


force?

optional force: boolean;

Description

When set to true and multiple user IDs are provided, continue inviting the valid ones while disregarding invalid IDs. Defaults to false.

Defined in

packages/web-api/src/types/request/conversations.ts:114


token?

optional token: string;

Description

Overridable authentication token bearing required scopes.

Inherited from

TokenOverridable.token

Defined in

packages/web-api/src/types/request/common.ts:43


users

users: string;

Description

A comma separated list of user IDs. Up to 1000 users may be listed.

Inherited from

Users.users

Defined in

packages/web-api/src/types/request/conversations.ts:49