24 lines
197 B
Text
24 lines
197 B
Text
# requests
|
|
|
|
msg destroy = 0 {
|
|
}
|
|
|
|
# events
|
|
|
|
msg closed = 0 {
|
|
}
|
|
|
|
msg done = 1 {
|
|
}
|
|
|
|
msg title = 2 {
|
|
title: str,
|
|
}
|
|
|
|
msg app_id = 3 {
|
|
app_id: str,
|
|
}
|
|
|
|
msg identifier = 4 {
|
|
identifier: str,
|
|
}
|