simplex_bot_actor/simple_types.prs

10 lines
246 B
Plaintext
Raw Normal View History

2023-07-26 10:35:59 +00:00
version 1 .
embeddedType EntityRef.Cap .
ContactAssertion = <contact @id int @cap #!any> .
GroupAssertion = <group @id int @cap #!any> .
ReceivedMessage = <message @prevId any @msgId any @content Content> .
Content = <text @text string> .