SessionBegins: RealtimeBaseMessage & {
    expires_at: Date;
    message_type: "SessionBegins";
    session_id: string;
}

Session start

Type declaration

  • expires_at: Date

    Timestamp when this session will expire

  • message_type: "SessionBegins"

    Describes the type of the message

  • session_id: string

    Unique identifier for the established session