Skip to content

SendFrame

autogen.beta.network.transport.frames.SendFrame dataclass #

SendFrame(envelope)

client → hub: post an envelope into a session.

Hub stamps envelope_id and created_at at accept and replies with AcceptFrame (or ErrorFrame on rejection).

kind class-attribute #

kind = 'send'

envelope instance-attribute #

envelope