Interface NewMemberWelcomeMessage

interface NewMemberWelcomeMessage {
    authorIDs: string[];
    message: string;
}

Properties

Properties

authorIDs: string[]

The IDs of the users who authored the welcome message.

message: string

The welcome message shown to new members.