mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-10 07:32:53 +09:00
598 B
598 B
Home > firefish-js > ChannelConnection > send
ChannelConnection.send() method
Signature:
send<T extends keyof Channel["receives"]>(
type: T,
body: Channel["receives"][T],
): void;
Parameters
Parameter | Type | Description |
---|---|---|
type | T | |
body | Channel["receives"][T] |
Returns:
void