Skip to main content

slack.invitetoconversationprops

Home > @runlightyear/slack > InviteToConversationProps

InviteToConversationProps interface

Signature:
interface InviteToConversationProps 

Required Properties

PropertyModifiersTypeDescription
channelstring

The ID of the public or private channel to invite user(s) to.

Example C1234567890

usersArray<string>

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

Example ["W1234567890", "U2345678901", "U3456789012"]