[Home](./index.md) > [iceshrimp-sdk](./iceshrimp-sdk.md) > [Stream](./iceshrimp-sdk.stream.md) > [send](./iceshrimp-sdk.stream.send.md) ## Stream.send() method **Signature:** ```typescript send(typeOrPayload: any, payload?: any): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | typeOrPayload | any | | | payload | any | _(Optional)_ | **Returns:** void