Skip to main content

send

AsyncMethod
This is a method of the GatewayClientProtocol class in the protocols module.
Send an event to the client.

Signature

async def send(event: GatewayEvent) -> None

Parameters

event
GatewayEvent
required
No description available.