Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ message CastAddBody {
oneof parent { // Optional parent of the cast
CastId parent_cast_id = 3;
string parent_url = 7; // Parent URL
};
}
string text = 4; // Text of the cast
repeated uint32 mentions_positions = 5; // Byte positions of the mentions in the text
repeated Embed embeds = 6; // URIs or CastIds to be embedded in the cast
Expand Down