nextpyp.client.gen.RealTimeC2SListenToSession#

class nextpyp.client.gen.RealTimeC2SListenToSession#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeC2SListenToSession

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

session_id

(no description yet)

Details

__init__(session_id)#
Parameters:

session_id (str) –

Return type:

None

classmethod from_json(json, type_ids=None)#

Creates a new class instance from JSON

Return type:

RealTimeC2SListenToSession

Parameters:
  • json (Dict[str, Any]) –

  • type_ids (Dict[str, str] | None) –

session_id: str#

(no description yet)

to_json()#

Converts this class instance into JSON

Return type:

Dict[str, Any]