[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [ChannelConnection](./iceshrimp-sdk.channelconnection.md) > [send](./iceshrimp-sdk.channelconnection.send.md) ## ChannelConnection.send() method **Signature:** ```typescript send(type: T, body: Channel["receives"][T]): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | type | T | | | body | Channel\["receives"\]\[T\] | | **Returns:** void