2023-06-23 22:13:03 -06:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
2024-07-23 15:03:50 -06:00
|
|
|
[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [ChannelConnection](./iceshrimp-sdk.channelconnection.md) > [send](./iceshrimp-sdk.channelconnection.send.md)
|
2023-06-23 22:13:03 -06:00
|
|
|
|
|
|
|
## ChannelConnection.send() method
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
2024-07-23 15:03:50 -06:00
|
|
|
send<T extends keyof Channel["receives"]>(type: T, body: Channel["receives"][T]): void;
|
2023-06-23 22:13:03 -06:00
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| type | T | |
|
|
|
|
| body | Channel\["receives"\]\[T\] | |
|
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
void
|
|
|
|
|