File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
special-pages/pages/history/app Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,36 @@ Response, note: always return the same query I sent:
118
118
}
119
119
```
120
120
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
+
121
151
## Notifications
122
152
123
153
### ` open `
You can’t perform that action at this time.
0 commit comments