> ## Documentation Index
> Fetch the complete documentation index at: https://baileys.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# GroupParticipant

> Type Alias GroupParticipant in the Baileys API.

> **GroupParticipant**: [`Contact`](/api-reference/interfaces/Contact) & `object`

Defined in: [src/Types/GroupMetadata.ts:4](https://github.com/WhiskeySockets/Baileys/blob/master/src/Types/GroupMetadata.ts#L4)

## Type declaration

### admin?

> `optional` **admin**: `"admin"` | `"superadmin"` | `null`

### isAdmin?

> `optional` **isAdmin**: `boolean`

### isSuperAdmin?

> `optional` **isSuperAdmin**: `boolean`
