SubscribeMessage

Direction: Client -> Server.

Constructor:

Signature:

def __init__(
self,
id: str,
payload: SubscribeMessagePayload,
type: str = 'subscribe',
) -> None:
...

Parameters:

  1. id:

    Type
    str
  2. payload:

    Type
    SubscribeMessagePayload
  3. type:

    Type
    str
    Default
    'subscribe'

Attributes:

  1. id:

    Type
    str
  2. payload:

    Type
    SubscribeMessagePayload
  3. type:

    Type
    str