Skip to content

Commit 7c95483

Browse files
committed
docs
1 parent ff0ed62 commit 7c95483

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

special-pages/pages/history/app/history.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,36 @@ Response, note: always return the same query I sent:
118118
}
119119
```
120120

121+
### `menu_title`
122+
{@link "History Messages".MenuTitleRequest}
123+
124+
Sent when a right-click is issued on a section title (or when the three-dots button is clicked)
125+
126+
**Types:**
127+
- Parameters: {@link "History Messages".MenuTitleParams}
128+
- Response: {@link "History Messages".MenuTitleResponse}
129+
130+
**params**
131+
```json
132+
{
133+
"dateRelativeDay": "Today - Wednesday 15 January 2025"
134+
}
135+
```
136+
137+
**response, if deleted**
138+
```json
139+
{
140+
"action": "delete"
141+
}
142+
```
143+
144+
**response, otherwise**
145+
```json
146+
{
147+
"action": "none"
148+
}
149+
```
150+
121151
## Notifications
122152

123153
### `open`

0 commit comments

Comments
 (0)