ConnectionInitMessage
Direction: Client -> Server.
Constructor:
Signature:
def __init__( self, payload: Dict[str, Any] | None = UNSET, type: str = 'connection_init',) -> None: ...Parameters:
-
payload:- Type
-
Dict[str, Any] | None - Default
-
UNSET
-
type:- Type
-
str - Default
-
'connection_init'
Attributes:
-
payload:- Type
-
Dict[str, Any] | None
-
type:- Type
-
str