async fetchManyUsers(
client: Client,
userIds: string[],
options?: FetchUserOptions
): Promise<User[]>async fetchManyUsers(
client: Client,
userIds: string[],
options?: FetchUserOptions
): Promise<User[]>client
userIds
options?
options?: FetchUserOptionsoptions?: FetchUserOptionsOptional overrides threaded to each fetchUserfetchUser call