Files
FrozenFriendsYume/packages/iceshrimp-sdk/markdown/iceshrimp-sdk.channelconnection.send.md
2026-07-26 12:29:43 +09:00

572 B

Home > iceshrimp-sdk > 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