Live video on the AT Protocol
1// Code generated by cmd/lexgen (see Makefile's lexgen); DO NOT EDIT.
2
3package streamplace
4
5// schema: place.stream.broadcast.defs
6
7import (
8 appbskytypes "github.com/bluesky-social/indigo/api/bsky"
9 "github.com/bluesky-social/indigo/lex/util"
10)
11
12// BroadcastDefs_BroadcastOriginView is a "broadcastOriginView" in the place.stream.broadcast.defs schema.
13type BroadcastDefs_BroadcastOriginView struct {
14 Author *appbskytypes.ActorDefs_ProfileViewBasic `json:"author" cborgen:"author"`
15 Cid string `json:"cid" cborgen:"cid"`
16 Record *util.LexiconTypeDecoder `json:"record" cborgen:"record"`
17 Uri string `json:"uri" cborgen:"uri"`
18}