Home > borogove > Chat > members

Chat.members() method

Get a list of members in this Chat This list will often be a a complete list of everyone who has access to the chat, but for larger chats may be incomplete.

Signature:

members(): Promise<Array markdown="1"<borogove markdown="1"_Member>>;

Returns:

Promise<Array<borogove_Member>>