deno.land / x / gesso@v0.1.2 / types / json / QuizUserConversation.json

QuizUserConversation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "body": { "type": "string", "description": "message body of the conversation to be created", "example": "Please take the quiz." }, "recipients": { "type": "string", "description": "Who to send the message to. May be either 'submitted' or 'unsubmitted'", "example": "submitted" }, "subject": { "type": "string", "description": "Subject of the new Conversation created", "example": "ATTN: Quiz 101 Students" }}
gesso

Version Info

Tagged at
a year ago