EntryTicketResponse

class EntryTicketResponse[source]

The response of a successful entry-ticket creation.

tag: Literal['direct']

Discriminator. direct means the ticket is returned inline and the client should activate it immediately.

ticket: str

The string representing the ticket.