# HttpLens

`interface` in `http` · v0.1.0-next.0

<https://docs.seedcord.org/packages/http/0.1.0-next.0/interfaces/http-lens>

```ts
interface HttpLens
```

## Properties

### attachment

```ts
attachment: APIAttachment;
```

### channel

```ts
channel: AnyResolvedChannel;
```

### member

```ts
member: APIInteractionDataResolvedGuildMember;
```

### mentionable

```ts
mentionable: APIUser | APIInteractionDataResolvedGuildMember | APIRole;
```

### role

```ts
role: APIRole;
```

### user

```ts
user: APIUser;
```
