NextMessage

Direction: Server -> Client.

Constructor:

Signature:

def __init__(self, id: str, payload: Dict[str, Any], type: str = 'next') -> None:
...

Parameters:

  1. id:

    Type
    str
  2. payload:

    Type
    Dict[str, Any]
  3. type:

    Type
    str
    Default
    'next'

Methods:

Attributes:

  1. id:

    Type
    str
  2. payload:

    Type
    Dict[str, Any]
  3. type:

    Type
    str