Pawnote
    Preparing search index...

    Function discussionRecipients

    • Fetches the recipients of the discussion.

      A recipient is someone who is part of the discussion. They don't have to send a message to be considered as a recipient.

      Parameters

      Returns Promise<
          Readonly<
              {
                  disallowMessages: boolean;
                  id: string;
                  kind: 3
                  | 4
                  | 34;
                  name: string;
              },
          >[],
      >