NextMessage
Direction: Server -> Client.
Constructor:
Signature:
def __init__(self, id: str, payload: Dict[str, Any], type: str = 'next') -> None: ...Parameters:
-
id:- Type
-
str
-
payload:- Type
-
Dict[str, Any]
-
type:- Type
-
str - Default
-
'next'
Methods:
-
as_dict
Signature:
def as_dict(self) -> dict:...
Attributes:
-
id:- Type
-
str
-
payload:- Type
-
Dict[str, Any]
-
type:- Type
-
str