-
Notifications
You must be signed in to change notification settings - Fork 0
/
annotated_dup.js
371 lines (371 loc) · 37.7 KB
/
annotated_dup.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
var annotated_dup =
[
[ "dpp", "namespacedpp.html", [
[ "detail", "namespacedpp_1_1detail.html", [
[ "async", "namespacedpp_1_1detail_1_1async.html", [
[ "callback", "structdpp_1_1detail_1_1async_1_1callback.html", "structdpp_1_1detail_1_1async_1_1callback" ]
] ],
[ "coroutine", "namespacedpp_1_1detail_1_1coroutine.html", [
[ "final_awaiter", "structdpp_1_1detail_1_1coroutine_1_1final__awaiter.html", "structdpp_1_1detail_1_1coroutine_1_1final__awaiter" ],
[ "promise_t", "structdpp_1_1detail_1_1coroutine_1_1promise__t.html", "structdpp_1_1detail_1_1coroutine_1_1promise__t" ],
[ "promise_t< void >", "structdpp_1_1detail_1_1coroutine_1_1promise__t_3_01void_01_4.html", "structdpp_1_1detail_1_1coroutine_1_1promise__t_3_01void_01_4" ]
] ],
[ "event_router", "namespacedpp_1_1detail_1_1event__router.html", [
[ "awaitable", "classdpp_1_1detail_1_1event__router_1_1awaitable.html", "classdpp_1_1detail_1_1event__router_1_1awaitable" ]
] ],
[ "job", "namespacedpp_1_1detail_1_1job.html", [
[ "promise", "structdpp_1_1detail_1_1job_1_1promise.html", "structdpp_1_1detail_1_1job_1_1promise" ]
] ],
[ "promise", "namespacedpp_1_1detail_1_1promise.html", [
[ "empty", "structdpp_1_1detail_1_1promise_1_1empty.html", null ],
[ "promise_base", "classdpp_1_1detail_1_1promise_1_1promise__base.html", "classdpp_1_1detail_1_1promise_1_1promise__base" ]
] ],
[ "std_coroutine", "namespacedpp_1_1detail_1_1std__coroutine.html", [
[ "coroutine_traits< dpp::coroutine< R >, Args... >", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1coroutine_3_01_r_01_4_00_01_args_8_8_8_01_4.html", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1coroutine_3_01_r_01_4_00_01_args_8_8_8_01_4" ],
[ "coroutine_traits< dpp::job, Args... >", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1job_00_01_args_8_8_8_01_4.html", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1job_00_01_args_8_8_8_01_4" ],
[ "coroutine_traits< dpp::task< T >, Args... >", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1task_3_01_t_01_4_00_01_args_8_8_8_01_4.html", "structdpp_1_1detail_1_1std__coroutine_1_1coroutine__traits_3_01dpp_1_1task_3_01_t_01_4_00_01_args_8_8_8_01_4" ]
] ],
[ "task", "namespacedpp_1_1detail_1_1task.html", [
[ "final_awaiter", "structdpp_1_1detail_1_1task_1_1final__awaiter.html", "structdpp_1_1detail_1_1task_1_1final__awaiter" ],
[ "promise_base", "structdpp_1_1detail_1_1task_1_1promise__base.html", "structdpp_1_1detail_1_1task_1_1promise__base" ],
[ "promise_t", "structdpp_1_1detail_1_1task_1_1promise__t.html", "structdpp_1_1detail_1_1task_1_1promise__t" ],
[ "promise_t< void >", "structdpp_1_1detail_1_1task_1_1promise__t_3_01void_01_4.html", "structdpp_1_1detail_1_1task_1_1promise__t_3_01void_01_4" ]
] ],
[ "when_any", "namespacedpp_1_1detail_1_1when__any.html", [
[ "arg_helper_s", "structdpp_1_1detail_1_1when__any_1_1arg__helper__s.html", "structdpp_1_1detail_1_1when__any_1_1arg__helper__s" ],
[ "arg_helper_s< dpp::event_router_t< T > >", "structdpp_1_1detail_1_1when__any_1_1arg__helper__s_3_01dpp_1_1event__router__t_3_01_t_01_4_01_4.html", "structdpp_1_1detail_1_1when__any_1_1arg__helper__s_3_01dpp_1_1event__router__t_3_01_t_01_4_01_4" ],
[ "empty", "structdpp_1_1detail_1_1when__any_1_1empty.html", null ]
] ]
] ],
[ "events", "namespacedpp_1_1events.html", [
[ "automod_rule_create", "classdpp_1_1events_1_1automod__rule__create.html", "classdpp_1_1events_1_1automod__rule__create" ],
[ "automod_rule_delete", "classdpp_1_1events_1_1automod__rule__delete.html", "classdpp_1_1events_1_1automod__rule__delete" ],
[ "automod_rule_execute", "classdpp_1_1events_1_1automod__rule__execute.html", "classdpp_1_1events_1_1automod__rule__execute" ],
[ "automod_rule_update", "classdpp_1_1events_1_1automod__rule__update.html", "classdpp_1_1events_1_1automod__rule__update" ],
[ "channel_create", "classdpp_1_1events_1_1channel__create.html", "classdpp_1_1events_1_1channel__create" ],
[ "channel_delete", "classdpp_1_1events_1_1channel__delete.html", "classdpp_1_1events_1_1channel__delete" ],
[ "channel_pins_update", "classdpp_1_1events_1_1channel__pins__update.html", "classdpp_1_1events_1_1channel__pins__update" ],
[ "channel_update", "classdpp_1_1events_1_1channel__update.html", "classdpp_1_1events_1_1channel__update" ],
[ "entitlement_create", "classdpp_1_1events_1_1entitlement__create.html", "classdpp_1_1events_1_1entitlement__create" ],
[ "entitlement_delete", "classdpp_1_1events_1_1entitlement__delete.html", "classdpp_1_1events_1_1entitlement__delete" ],
[ "entitlement_update", "classdpp_1_1events_1_1entitlement__update.html", "classdpp_1_1events_1_1entitlement__update" ],
[ "event", "classdpp_1_1events_1_1event.html", "classdpp_1_1events_1_1event" ],
[ "guild_audit_log_entry_create", "classdpp_1_1events_1_1guild__audit__log__entry__create.html", "classdpp_1_1events_1_1guild__audit__log__entry__create" ],
[ "guild_ban_add", "classdpp_1_1events_1_1guild__ban__add.html", "classdpp_1_1events_1_1guild__ban__add" ],
[ "guild_ban_remove", "classdpp_1_1events_1_1guild__ban__remove.html", "classdpp_1_1events_1_1guild__ban__remove" ],
[ "guild_create", "classdpp_1_1events_1_1guild__create.html", "classdpp_1_1events_1_1guild__create" ],
[ "guild_delete", "classdpp_1_1events_1_1guild__delete.html", "classdpp_1_1events_1_1guild__delete" ],
[ "guild_emojis_update", "classdpp_1_1events_1_1guild__emojis__update.html", "classdpp_1_1events_1_1guild__emojis__update" ],
[ "guild_integrations_update", "classdpp_1_1events_1_1guild__integrations__update.html", "classdpp_1_1events_1_1guild__integrations__update" ],
[ "guild_join_request_delete", "classdpp_1_1events_1_1guild__join__request__delete.html", "classdpp_1_1events_1_1guild__join__request__delete" ],
[ "guild_member_add", "classdpp_1_1events_1_1guild__member__add.html", "classdpp_1_1events_1_1guild__member__add" ],
[ "guild_member_remove", "classdpp_1_1events_1_1guild__member__remove.html", "classdpp_1_1events_1_1guild__member__remove" ],
[ "guild_member_update", "classdpp_1_1events_1_1guild__member__update.html", "classdpp_1_1events_1_1guild__member__update" ],
[ "guild_members_chunk", "classdpp_1_1events_1_1guild__members__chunk.html", "classdpp_1_1events_1_1guild__members__chunk" ],
[ "guild_role_create", "classdpp_1_1events_1_1guild__role__create.html", "classdpp_1_1events_1_1guild__role__create" ],
[ "guild_role_delete", "classdpp_1_1events_1_1guild__role__delete.html", "classdpp_1_1events_1_1guild__role__delete" ],
[ "guild_role_update", "classdpp_1_1events_1_1guild__role__update.html", "classdpp_1_1events_1_1guild__role__update" ],
[ "guild_scheduled_event_create", "classdpp_1_1events_1_1guild__scheduled__event__create.html", "classdpp_1_1events_1_1guild__scheduled__event__create" ],
[ "guild_scheduled_event_delete", "classdpp_1_1events_1_1guild__scheduled__event__delete.html", "classdpp_1_1events_1_1guild__scheduled__event__delete" ],
[ "guild_scheduled_event_update", "classdpp_1_1events_1_1guild__scheduled__event__update.html", "classdpp_1_1events_1_1guild__scheduled__event__update" ],
[ "guild_scheduled_event_user_add", "classdpp_1_1events_1_1guild__scheduled__event__user__add.html", "classdpp_1_1events_1_1guild__scheduled__event__user__add" ],
[ "guild_scheduled_event_user_remove", "classdpp_1_1events_1_1guild__scheduled__event__user__remove.html", "classdpp_1_1events_1_1guild__scheduled__event__user__remove" ],
[ "guild_stickers_update", "classdpp_1_1events_1_1guild__stickers__update.html", "classdpp_1_1events_1_1guild__stickers__update" ],
[ "guild_update", "classdpp_1_1events_1_1guild__update.html", "classdpp_1_1events_1_1guild__update" ],
[ "integration_create", "classdpp_1_1events_1_1integration__create.html", "classdpp_1_1events_1_1integration__create" ],
[ "integration_delete", "classdpp_1_1events_1_1integration__delete.html", "classdpp_1_1events_1_1integration__delete" ],
[ "integration_update", "classdpp_1_1events_1_1integration__update.html", "classdpp_1_1events_1_1integration__update" ],
[ "interaction_create", "classdpp_1_1events_1_1interaction__create.html", "classdpp_1_1events_1_1interaction__create" ],
[ "invite_create", "classdpp_1_1events_1_1invite__create.html", "classdpp_1_1events_1_1invite__create" ],
[ "invite_delete", "classdpp_1_1events_1_1invite__delete.html", "classdpp_1_1events_1_1invite__delete" ],
[ "logger", "classdpp_1_1events_1_1logger.html", "classdpp_1_1events_1_1logger" ],
[ "message_create", "classdpp_1_1events_1_1message__create.html", "classdpp_1_1events_1_1message__create" ],
[ "message_delete", "classdpp_1_1events_1_1message__delete.html", "classdpp_1_1events_1_1message__delete" ],
[ "message_delete_bulk", "classdpp_1_1events_1_1message__delete__bulk.html", "classdpp_1_1events_1_1message__delete__bulk" ],
[ "message_poll_vote_add", "classdpp_1_1events_1_1message__poll__vote__add.html", "classdpp_1_1events_1_1message__poll__vote__add" ],
[ "message_poll_vote_remove", "classdpp_1_1events_1_1message__poll__vote__remove.html", "classdpp_1_1events_1_1message__poll__vote__remove" ],
[ "message_reaction_add", "classdpp_1_1events_1_1message__reaction__add.html", "classdpp_1_1events_1_1message__reaction__add" ],
[ "message_reaction_remove", "classdpp_1_1events_1_1message__reaction__remove.html", "classdpp_1_1events_1_1message__reaction__remove" ],
[ "message_reaction_remove_all", "classdpp_1_1events_1_1message__reaction__remove__all.html", "classdpp_1_1events_1_1message__reaction__remove__all" ],
[ "message_reaction_remove_emoji", "classdpp_1_1events_1_1message__reaction__remove__emoji.html", "classdpp_1_1events_1_1message__reaction__remove__emoji" ],
[ "message_update", "classdpp_1_1events_1_1message__update.html", "classdpp_1_1events_1_1message__update" ],
[ "presence_update", "classdpp_1_1events_1_1presence__update.html", "classdpp_1_1events_1_1presence__update" ],
[ "ready", "classdpp_1_1events_1_1ready.html", "classdpp_1_1events_1_1ready" ],
[ "resumed", "classdpp_1_1events_1_1resumed.html", "classdpp_1_1events_1_1resumed" ],
[ "stage_instance_create", "classdpp_1_1events_1_1stage__instance__create.html", "classdpp_1_1events_1_1stage__instance__create" ],
[ "stage_instance_delete", "classdpp_1_1events_1_1stage__instance__delete.html", "classdpp_1_1events_1_1stage__instance__delete" ],
[ "stage_instance_update", "classdpp_1_1events_1_1stage__instance__update.html", "classdpp_1_1events_1_1stage__instance__update" ],
[ "thread_create", "classdpp_1_1events_1_1thread__create.html", "classdpp_1_1events_1_1thread__create" ],
[ "thread_delete", "classdpp_1_1events_1_1thread__delete.html", "classdpp_1_1events_1_1thread__delete" ],
[ "thread_list_sync", "classdpp_1_1events_1_1thread__list__sync.html", "classdpp_1_1events_1_1thread__list__sync" ],
[ "thread_member_update", "classdpp_1_1events_1_1thread__member__update.html", "classdpp_1_1events_1_1thread__member__update" ],
[ "thread_members_update", "classdpp_1_1events_1_1thread__members__update.html", "classdpp_1_1events_1_1thread__members__update" ],
[ "thread_update", "classdpp_1_1events_1_1thread__update.html", "classdpp_1_1events_1_1thread__update" ],
[ "typing_start", "classdpp_1_1events_1_1typing__start.html", "classdpp_1_1events_1_1typing__start" ],
[ "user_update", "classdpp_1_1events_1_1user__update.html", "classdpp_1_1events_1_1user__update" ],
[ "voice_server_update", "classdpp_1_1events_1_1voice__server__update.html", "classdpp_1_1events_1_1voice__server__update" ],
[ "voice_state_update", "classdpp_1_1events_1_1voice__state__update.html", "classdpp_1_1events_1_1voice__state__update" ],
[ "webhooks_update", "classdpp_1_1events_1_1webhooks__update.html", "classdpp_1_1events_1_1webhooks__update" ]
] ],
[ "utility", "namespacedpp_1_1utility.html", [
[ "dummy", "structdpp_1_1utility_1_1dummy.html", "structdpp_1_1utility_1_1dummy" ],
[ "icon", "structdpp_1_1utility_1_1icon.html", "structdpp_1_1utility_1_1icon" ],
[ "iconhash", "structdpp_1_1utility_1_1iconhash.html", "structdpp_1_1utility_1_1iconhash" ],
[ "image_data", "structdpp_1_1utility_1_1image__data.html", "structdpp_1_1utility_1_1image__data" ],
[ "uptime", "structdpp_1_1utility_1_1uptime.html", "structdpp_1_1utility_1_1uptime" ]
] ],
[ "active_thread_info", "structdpp_1_1active__thread__info.html", "structdpp_1_1active__thread__info" ],
[ "activity", "classdpp_1_1activity.html", "classdpp_1_1activity" ],
[ "activity_assets", "structdpp_1_1activity__assets.html", "structdpp_1_1activity__assets" ],
[ "activity_button", "structdpp_1_1activity__button.html", "structdpp_1_1activity__button" ],
[ "activity_party", "structdpp_1_1activity__party.html", "structdpp_1_1activity__party" ],
[ "activity_secrets", "structdpp_1_1activity__secrets.html", "structdpp_1_1activity__secrets" ],
[ "address_t", "classdpp_1_1address__t.html", "classdpp_1_1address__t" ],
[ "app_team", "classdpp_1_1app__team.html", "classdpp_1_1app__team" ],
[ "application", "classdpp_1_1application.html", "classdpp_1_1application" ],
[ "application_install_params", "structdpp_1_1application__install__params.html", "structdpp_1_1application__install__params" ],
[ "application_role_connection", "classdpp_1_1application__role__connection.html", "classdpp_1_1application__role__connection" ],
[ "application_role_connection_metadata", "classdpp_1_1application__role__connection__metadata.html", "classdpp_1_1application__role__connection__metadata" ],
[ "async", "classdpp_1_1async.html", "classdpp_1_1async" ],
[ "async_dummy", "structdpp_1_1async__dummy.html", "structdpp_1_1async__dummy" ],
[ "attachment", "structdpp_1_1attachment.html", "structdpp_1_1attachment" ],
[ "audio_mixer", "classdpp_1_1audio__mixer.html", "classdpp_1_1audio__mixer" ],
[ "audit_change", "structdpp_1_1audit__change.html", "structdpp_1_1audit__change" ],
[ "audit_entry", "structdpp_1_1audit__entry.html", "structdpp_1_1audit__entry" ],
[ "audit_extra", "structdpp_1_1audit__extra.html", "structdpp_1_1audit__extra" ],
[ "auditlog", "classdpp_1_1auditlog.html", "classdpp_1_1auditlog" ],
[ "autocomplete_interaction", "structdpp_1_1autocomplete__interaction.html", "structdpp_1_1autocomplete__interaction" ],
[ "autocomplete_t", "structdpp_1_1autocomplete__t.html", "structdpp_1_1autocomplete__t" ],
[ "automod_action", "structdpp_1_1automod__action.html", "structdpp_1_1automod__action" ],
[ "automod_metadata", "structdpp_1_1automod__metadata.html", "structdpp_1_1automod__metadata" ],
[ "automod_rule", "classdpp_1_1automod__rule.html", "classdpp_1_1automod__rule" ],
[ "automod_rule_create_t", "structdpp_1_1automod__rule__create__t.html", "structdpp_1_1automod__rule__create__t" ],
[ "automod_rule_delete_t", "structdpp_1_1automod__rule__delete__t.html", "structdpp_1_1automod__rule__delete__t" ],
[ "automod_rule_execute_t", "structdpp_1_1automod__rule__execute__t.html", "structdpp_1_1automod__rule__execute__t" ],
[ "automod_rule_update_t", "structdpp_1_1automod__rule__update__t.html", "structdpp_1_1automod__rule__update__t" ],
[ "awaitable", "classdpp_1_1awaitable.html", "classdpp_1_1awaitable" ],
[ "awaitable_dummy", "structdpp_1_1awaitable__dummy.html", "structdpp_1_1awaitable__dummy" ],
[ "ban", "classdpp_1_1ban.html", "classdpp_1_1ban" ],
[ "basic_awaitable", "classdpp_1_1basic__awaitable.html", "classdpp_1_1basic__awaitable" ],
[ "basic_promise", "classdpp_1_1basic__promise.html", "classdpp_1_1basic__promise" ],
[ "bignumber", "classdpp_1_1bignumber.html", "classdpp_1_1bignumber" ],
[ "bucket_t", "structdpp_1_1bucket__t.html", "structdpp_1_1bucket__t" ],
[ "button_click_t", "structdpp_1_1button__click__t.html", "structdpp_1_1button__click__t" ],
[ "cache", "classdpp_1_1cache.html", "classdpp_1_1cache" ],
[ "cache_exception", "classdpp_1_1cache__exception.html", "classdpp_1_1cache__exception" ],
[ "cache_policy_t", "structdpp_1_1cache__policy__t.html", "structdpp_1_1cache__policy__t" ],
[ "channel", "classdpp_1_1channel.html", "classdpp_1_1channel" ],
[ "channel_collector", "classdpp_1_1channel__collector.html", "classdpp_1_1channel__collector" ],
[ "channel_create_t", "structdpp_1_1channel__create__t.html", "structdpp_1_1channel__create__t" ],
[ "channel_delete_t", "structdpp_1_1channel__delete__t.html", "structdpp_1_1channel__delete__t" ],
[ "channel_pins_update_t", "structdpp_1_1channel__pins__update__t.html", "structdpp_1_1channel__pins__update__t" ],
[ "channel_update_t", "structdpp_1_1channel__update__t.html", "structdpp_1_1channel__update__t" ],
[ "cluster", "classdpp_1_1cluster.html", "classdpp_1_1cluster" ],
[ "collected_reaction", "classdpp_1_1collected__reaction.html", "classdpp_1_1collected__reaction" ],
[ "collector", "classdpp_1_1collector.html", "classdpp_1_1collector" ],
[ "command_data_option", "structdpp_1_1command__data__option.html", "structdpp_1_1command__data__option" ],
[ "command_info_t", "structdpp_1_1command__info__t.html", "structdpp_1_1command__info__t" ],
[ "command_interaction", "structdpp_1_1command__interaction.html", "structdpp_1_1command__interaction" ],
[ "command_option", "structdpp_1_1command__option.html", "structdpp_1_1command__option" ],
[ "command_option_choice", "structdpp_1_1command__option__choice.html", "structdpp_1_1command__option__choice" ],
[ "command_permission", "classdpp_1_1command__permission.html", "classdpp_1_1command__permission" ],
[ "command_resolved", "structdpp_1_1command__resolved.html", "structdpp_1_1command__resolved" ],
[ "command_source", "structdpp_1_1command__source.html", "structdpp_1_1command__source" ],
[ "component", "classdpp_1_1component.html", "classdpp_1_1component" ],
[ "component_default_value", "structdpp_1_1component__default__value.html", "structdpp_1_1component__default__value" ],
[ "component_interaction", "structdpp_1_1component__interaction.html", "structdpp_1_1component__interaction" ],
[ "confirmation", "structdpp_1_1confirmation.html", "structdpp_1_1confirmation" ],
[ "confirmation_callback_t", "structdpp_1_1confirmation__callback__t.html", "structdpp_1_1confirmation__callback__t" ],
[ "connection", "classdpp_1_1connection.html", "classdpp_1_1connection" ],
[ "connection_exception", "classdpp_1_1connection__exception.html", "classdpp_1_1connection__exception" ],
[ "context_menu_t", "structdpp_1_1context__menu__t.html", "structdpp_1_1context__menu__t" ],
[ "coroutine", "classdpp_1_1coroutine.html", "classdpp_1_1coroutine" ],
[ "coroutine_dummy", "structdpp_1_1coroutine__dummy.html", "structdpp_1_1coroutine__dummy" ],
[ "dave_binary_header_t", "structdpp_1_1dave__binary__header__t.html", "structdpp_1_1dave__binary__header__t" ],
[ "discord_client", "classdpp_1_1discord__client.html", "classdpp_1_1discord__client" ],
[ "discord_voice_client", "classdpp_1_1discord__voice__client.html", "classdpp_1_1discord__voice__client" ],
[ "dns_cache_entry", "structdpp_1_1dns__cache__entry.html", "structdpp_1_1dns__cache__entry" ],
[ "dtemplate", "classdpp_1_1dtemplate.html", "classdpp_1_1dtemplate" ],
[ "embed", "structdpp_1_1embed.html", "structdpp_1_1embed" ],
[ "embed_author", "structdpp_1_1embed__author.html", "structdpp_1_1embed__author" ],
[ "embed_field", "structdpp_1_1embed__field.html", "structdpp_1_1embed__field" ],
[ "embed_footer", "structdpp_1_1embed__footer.html", "structdpp_1_1embed__footer" ],
[ "embed_image", "structdpp_1_1embed__image.html", "structdpp_1_1embed__image" ],
[ "embed_provider", "structdpp_1_1embed__provider.html", "structdpp_1_1embed__provider" ],
[ "emoji", "classdpp_1_1emoji.html", "classdpp_1_1emoji" ],
[ "entitlement", "classdpp_1_1entitlement.html", "classdpp_1_1entitlement" ],
[ "entitlement_create_t", "structdpp_1_1entitlement__create__t.html", "structdpp_1_1entitlement__create__t" ],
[ "entitlement_delete_t", "structdpp_1_1entitlement__delete__t.html", "structdpp_1_1entitlement__delete__t" ],
[ "entitlement_update_t", "structdpp_1_1entitlement__update__t.html", "structdpp_1_1entitlement__update__t" ],
[ "error_detail", "structdpp_1_1error__detail.html", "structdpp_1_1error__detail" ],
[ "error_info", "structdpp_1_1error__info.html", "structdpp_1_1error__info" ],
[ "etf_buffer", "structdpp_1_1etf__buffer.html", "structdpp_1_1etf__buffer" ],
[ "etf_parser", "classdpp_1_1etf__parser.html", "classdpp_1_1etf__parser" ],
[ "event_dispatch_t", "structdpp_1_1event__dispatch__t.html", "structdpp_1_1event__dispatch__t" ],
[ "event_entities", "structdpp_1_1event__entities.html", "structdpp_1_1event__entities" ],
[ "event_member", "structdpp_1_1event__member.html", "structdpp_1_1event__member" ],
[ "event_router_t", "classdpp_1_1event__router__t.html", "classdpp_1_1event__router__t" ],
[ "exception", "classdpp_1_1exception.html", "classdpp_1_1exception" ],
[ "file_exception", "classdpp_1_1file__exception.html", "classdpp_1_1file__exception" ],
[ "form_submit_t", "structdpp_1_1form__submit__t.html", "structdpp_1_1form__submit__t" ],
[ "forum_tag", "structdpp_1_1forum__tag.html", "structdpp_1_1forum__tag" ],
[ "gateway", "structdpp_1_1gateway.html", "structdpp_1_1gateway" ],
[ "guild", "classdpp_1_1guild.html", "classdpp_1_1guild" ],
[ "guild_audit_log_entry_create_t", "structdpp_1_1guild__audit__log__entry__create__t.html", "structdpp_1_1guild__audit__log__entry__create__t" ],
[ "guild_ban_add_t", "structdpp_1_1guild__ban__add__t.html", "structdpp_1_1guild__ban__add__t" ],
[ "guild_ban_remove_t", "structdpp_1_1guild__ban__remove__t.html", "structdpp_1_1guild__ban__remove__t" ],
[ "guild_command_permissions", "classdpp_1_1guild__command__permissions.html", "classdpp_1_1guild__command__permissions" ],
[ "guild_create_t", "structdpp_1_1guild__create__t.html", "structdpp_1_1guild__create__t" ],
[ "guild_delete_t", "structdpp_1_1guild__delete__t.html", "structdpp_1_1guild__delete__t" ],
[ "guild_emojis_update_t", "structdpp_1_1guild__emojis__update__t.html", "structdpp_1_1guild__emojis__update__t" ],
[ "guild_integrations_update_t", "structdpp_1_1guild__integrations__update__t.html", "structdpp_1_1guild__integrations__update__t" ],
[ "guild_join_request_delete_t", "structdpp_1_1guild__join__request__delete__t.html", "structdpp_1_1guild__join__request__delete__t" ],
[ "guild_member", "classdpp_1_1guild__member.html", "classdpp_1_1guild__member" ],
[ "guild_member_add_t", "structdpp_1_1guild__member__add__t.html", "structdpp_1_1guild__member__add__t" ],
[ "guild_member_remove_t", "structdpp_1_1guild__member__remove__t.html", "structdpp_1_1guild__member__remove__t" ],
[ "guild_member_update_t", "structdpp_1_1guild__member__update__t.html", "structdpp_1_1guild__member__update__t" ],
[ "guild_members_chunk_t", "structdpp_1_1guild__members__chunk__t.html", "structdpp_1_1guild__members__chunk__t" ],
[ "guild_role_create_t", "structdpp_1_1guild__role__create__t.html", "structdpp_1_1guild__role__create__t" ],
[ "guild_role_delete_t", "structdpp_1_1guild__role__delete__t.html", "structdpp_1_1guild__role__delete__t" ],
[ "guild_role_update_t", "structdpp_1_1guild__role__update__t.html", "structdpp_1_1guild__role__update__t" ],
[ "guild_scheduled_event_create_t", "structdpp_1_1guild__scheduled__event__create__t.html", "structdpp_1_1guild__scheduled__event__create__t" ],
[ "guild_scheduled_event_delete_t", "structdpp_1_1guild__scheduled__event__delete__t.html", "structdpp_1_1guild__scheduled__event__delete__t" ],
[ "guild_scheduled_event_update_t", "structdpp_1_1guild__scheduled__event__update__t.html", "structdpp_1_1guild__scheduled__event__update__t" ],
[ "guild_scheduled_event_user_add_t", "structdpp_1_1guild__scheduled__event__user__add__t.html", "structdpp_1_1guild__scheduled__event__user__add__t" ],
[ "guild_scheduled_event_user_remove_t", "structdpp_1_1guild__scheduled__event__user__remove__t.html", "structdpp_1_1guild__scheduled__event__user__remove__t" ],
[ "guild_stickers_update_t", "structdpp_1_1guild__stickers__update__t.html", "structdpp_1_1guild__stickers__update__t" ],
[ "guild_update_t", "structdpp_1_1guild__update__t.html", "structdpp_1_1guild__update__t" ],
[ "guild_widget", "classdpp_1_1guild__widget.html", "classdpp_1_1guild__widget" ],
[ "http_connect_info", "structdpp_1_1http__connect__info.html", "structdpp_1_1http__connect__info" ],
[ "http_request", "classdpp_1_1http__request.html", "classdpp_1_1http__request" ],
[ "http_request_completion_t", "structdpp_1_1http__request__completion__t.html", "structdpp_1_1http__request__completion__t" ],
[ "https_client", "classdpp_1_1https__client.html", "classdpp_1_1https__client" ],
[ "in_thread", "classdpp_1_1in__thread.html", "classdpp_1_1in__thread" ],
[ "integration", "classdpp_1_1integration.html", "classdpp_1_1integration" ],
[ "integration_account", "structdpp_1_1integration__account.html", "structdpp_1_1integration__account" ],
[ "integration_app", "structdpp_1_1integration__app.html", "structdpp_1_1integration__app" ],
[ "integration_configuration", "structdpp_1_1integration__configuration.html", "structdpp_1_1integration__configuration" ],
[ "integration_create_t", "structdpp_1_1integration__create__t.html", "structdpp_1_1integration__create__t" ],
[ "integration_delete_t", "structdpp_1_1integration__delete__t.html", "structdpp_1_1integration__delete__t" ],
[ "integration_update_t", "structdpp_1_1integration__update__t.html", "structdpp_1_1integration__update__t" ],
[ "interaction", "classdpp_1_1interaction.html", "classdpp_1_1interaction" ],
[ "interaction_create_t", "structdpp_1_1interaction__create__t.html", "structdpp_1_1interaction__create__t" ],
[ "interaction_metadata_type", "structdpp_1_1interaction__metadata__type.html", "structdpp_1_1interaction__metadata__type" ],
[ "interaction_modal_response", "structdpp_1_1interaction__modal__response.html", "structdpp_1_1interaction__modal__response" ],
[ "interaction_response", "structdpp_1_1interaction__response.html", "structdpp_1_1interaction__response" ],
[ "invalid_token_exception", "classdpp_1_1invalid__token__exception.html", "classdpp_1_1invalid__token__exception" ],
[ "invite", "classdpp_1_1invite.html", "classdpp_1_1invite" ],
[ "invite_create_t", "structdpp_1_1invite__create__t.html", "structdpp_1_1invite__create__t" ],
[ "invite_delete_t", "structdpp_1_1invite__delete__t.html", "structdpp_1_1invite__delete__t" ],
[ "job", "structdpp_1_1job.html", null ],
[ "job_dummy", "structdpp_1_1job__dummy.html", null ],
[ "json_interface", "structdpp_1_1json__interface.html", "structdpp_1_1json__interface" ],
[ "length_exception", "classdpp_1_1length__exception.html", "classdpp_1_1length__exception" ],
[ "log_t", "structdpp_1_1log__t.html", "structdpp_1_1log__t" ],
[ "logic_exception", "classdpp_1_1logic__exception.html", "classdpp_1_1logic__exception" ],
[ "managed", "classdpp_1_1managed.html", "classdpp_1_1managed" ],
[ "message", "structdpp_1_1message.html", "structdpp_1_1message" ],
[ "message_collector", "classdpp_1_1message__collector.html", "classdpp_1_1message__collector" ],
[ "message_context_menu_t", "structdpp_1_1message__context__menu__t.html", "structdpp_1_1message__context__menu__t" ],
[ "message_create_t", "structdpp_1_1message__create__t.html", "structdpp_1_1message__create__t" ],
[ "message_delete_bulk_t", "structdpp_1_1message__delete__bulk__t.html", "structdpp_1_1message__delete__bulk__t" ],
[ "message_delete_t", "structdpp_1_1message__delete__t.html", "structdpp_1_1message__delete__t" ],
[ "message_file_data", "structdpp_1_1message__file__data.html", "structdpp_1_1message__file__data" ],
[ "message_poll_vote_add_t", "structdpp_1_1message__poll__vote__add__t.html", "structdpp_1_1message__poll__vote__add__t" ],
[ "message_poll_vote_remove_t", "structdpp_1_1message__poll__vote__remove__t.html", "structdpp_1_1message__poll__vote__remove__t" ],
[ "message_reaction_add_t", "structdpp_1_1message__reaction__add__t.html", "structdpp_1_1message__reaction__add__t" ],
[ "message_reaction_remove_all_t", "structdpp_1_1message__reaction__remove__all__t.html", "structdpp_1_1message__reaction__remove__all__t" ],
[ "message_reaction_remove_emoji_t", "structdpp_1_1message__reaction__remove__emoji__t.html", "structdpp_1_1message__reaction__remove__emoji__t" ],
[ "message_reaction_remove_t", "structdpp_1_1message__reaction__remove__t.html", "structdpp_1_1message__reaction__remove__t" ],
[ "message_snapshot", "structdpp_1_1message__snapshot.html", "structdpp_1_1message__snapshot" ],
[ "message_update_t", "structdpp_1_1message__update__t.html", "structdpp_1_1message__update__t" ],
[ "moveable_promise", "classdpp_1_1moveable__promise.html", "classdpp_1_1moveable__promise" ],
[ "moving_averager", "structdpp_1_1moving__averager.html", "structdpp_1_1moving__averager" ],
[ "multipart_content", "structdpp_1_1multipart__content.html", "structdpp_1_1multipart__content" ],
[ "onboarding", "structdpp_1_1onboarding.html", "structdpp_1_1onboarding" ],
[ "onboarding_prompt", "structdpp_1_1onboarding__prompt.html", "structdpp_1_1onboarding__prompt" ],
[ "onboarding_prompt_option", "structdpp_1_1onboarding__prompt__option.html", "structdpp_1_1onboarding__prompt__option" ],
[ "oneshot_timer", "classdpp_1_1oneshot__timer.html", "classdpp_1_1oneshot__timer" ],
[ "param_info", "structdpp_1_1param__info.html", "structdpp_1_1param__info" ],
[ "parse_exception", "classdpp_1_1parse__exception.html", "classdpp_1_1parse__exception" ],
[ "partial_emoji", "structdpp_1_1partial__emoji.html", "structdpp_1_1partial__emoji" ],
[ "permission", "classdpp_1_1permission.html", "classdpp_1_1permission" ],
[ "permission_overwrite", "structdpp_1_1permission__overwrite.html", "structdpp_1_1permission__overwrite" ],
[ "poll", "structdpp_1_1poll.html", "structdpp_1_1poll" ],
[ "poll_answer", "structdpp_1_1poll__answer.html", "structdpp_1_1poll__answer" ],
[ "poll_media", "structdpp_1_1poll__media.html", "structdpp_1_1poll__media" ],
[ "poll_results", "structdpp_1_1poll__results.html", "structdpp_1_1poll__results" ],
[ "presence", "classdpp_1_1presence.html", "classdpp_1_1presence" ],
[ "presence_update_t", "structdpp_1_1presence__update__t.html", "structdpp_1_1presence__update__t" ],
[ "prune", "structdpp_1_1prune.html", "structdpp_1_1prune" ],
[ "raii_socket", "structdpp_1_1raii__socket.html", "structdpp_1_1raii__socket" ],
[ "reaction", "structdpp_1_1reaction.html", "structdpp_1_1reaction" ],
[ "reaction_collector", "classdpp_1_1reaction__collector.html", "classdpp_1_1reaction__collector" ],
[ "ready_t", "structdpp_1_1ready__t.html", "structdpp_1_1ready__t" ],
[ "request_queue", "classdpp_1_1request__queue.html", "classdpp_1_1request__queue" ],
[ "resolved_user", "structdpp_1_1resolved__user.html", "structdpp_1_1resolved__user" ],
[ "rest_exception", "classdpp_1_1rest__exception.html", "classdpp_1_1rest__exception" ],
[ "resumed_t", "structdpp_1_1resumed__t.html", "structdpp_1_1resumed__t" ],
[ "role", "classdpp_1_1role.html", "classdpp_1_1role" ],
[ "role_collector", "classdpp_1_1role__collector.html", "classdpp_1_1role__collector" ],
[ "scheduled_event", "structdpp_1_1scheduled__event.html", "structdpp_1_1scheduled__event" ],
[ "scheduled_event_collector", "classdpp_1_1scheduled__event__collector.html", "classdpp_1_1scheduled__event__collector" ],
[ "select_click_t", "structdpp_1_1select__click__t.html", "structdpp_1_1select__click__t" ],
[ "select_option", "structdpp_1_1select__option.html", "structdpp_1_1select__option" ],
[ "sku", "classdpp_1_1sku.html", "classdpp_1_1sku" ],
[ "slashcommand", "classdpp_1_1slashcommand.html", "classdpp_1_1slashcommand" ],
[ "slashcommand_t", "structdpp_1_1slashcommand__t.html", "structdpp_1_1slashcommand__t" ],
[ "snowflake", "classdpp_1_1snowflake.html", "classdpp_1_1snowflake" ],
[ "ssl_client", "classdpp_1_1ssl__client.html", "classdpp_1_1ssl__client" ],
[ "stage_instance", "structdpp_1_1stage__instance.html", "structdpp_1_1stage__instance" ],
[ "stage_instance_create_t", "structdpp_1_1stage__instance__create__t.html", "structdpp_1_1stage__instance__create__t" ],
[ "stage_instance_delete_t", "structdpp_1_1stage__instance__delete__t.html", "structdpp_1_1stage__instance__delete__t" ],
[ "stage_instance_update_t", "structdpp_1_1stage__instance__update__t.html", "structdpp_1_1stage__instance__update__t" ],
[ "sticker", "structdpp_1_1sticker.html", "structdpp_1_1sticker" ],
[ "sticker_pack", "structdpp_1_1sticker__pack.html", "structdpp_1_1sticker__pack" ],
[ "task", "classdpp_1_1task.html", "classdpp_1_1task" ],
[ "task_cancelled_exception", "classdpp_1_1task__cancelled__exception.html", "classdpp_1_1task__cancelled__exception" ],
[ "task_dummy", "structdpp_1_1task__dummy.html", "structdpp_1_1task__dummy" ],
[ "team_member", "classdpp_1_1team__member.html", "classdpp_1_1team__member" ],
[ "thread", "classdpp_1_1thread.html", "classdpp_1_1thread" ],
[ "thread_collector", "classdpp_1_1thread__collector.html", "classdpp_1_1thread__collector" ],
[ "thread_create_t", "structdpp_1_1thread__create__t.html", "structdpp_1_1thread__create__t" ],
[ "thread_delete_t", "structdpp_1_1thread__delete__t.html", "structdpp_1_1thread__delete__t" ],
[ "thread_list_sync_t", "structdpp_1_1thread__list__sync__t.html", "structdpp_1_1thread__list__sync__t" ],
[ "thread_member", "structdpp_1_1thread__member.html", "structdpp_1_1thread__member" ],
[ "thread_member_update_t", "structdpp_1_1thread__member__update__t.html", "structdpp_1_1thread__member__update__t" ],
[ "thread_members_update_t", "structdpp_1_1thread__members__update__t.html", "structdpp_1_1thread__members__update__t" ],
[ "thread_metadata", "structdpp_1_1thread__metadata.html", "structdpp_1_1thread__metadata" ],
[ "thread_update_t", "structdpp_1_1thread__update__t.html", "structdpp_1_1thread__update__t" ],
[ "timed_listener", "classdpp_1_1timed__listener.html", "classdpp_1_1timed__listener" ],
[ "timer_t", "structdpp_1_1timer__t.html", "structdpp_1_1timer__t" ],
[ "typing_start_t", "structdpp_1_1typing__start__t.html", "structdpp_1_1typing__start__t" ],
[ "user", "classdpp_1_1user.html", "classdpp_1_1user" ],
[ "user_context_menu_t", "structdpp_1_1user__context__menu__t.html", "structdpp_1_1user__context__menu__t" ],
[ "user_identified", "classdpp_1_1user__identified.html", "classdpp_1_1user__identified" ],
[ "user_update_t", "structdpp_1_1user__update__t.html", "structdpp_1_1user__update__t" ],
[ "voice_buffer_send_t", "structdpp_1_1voice__buffer__send__t.html", "structdpp_1_1voice__buffer__send__t" ],
[ "voice_client_disconnect_t", "structdpp_1_1voice__client__disconnect__t.html", "structdpp_1_1voice__client__disconnect__t" ],
[ "voice_client_platform_t", "structdpp_1_1voice__client__platform__t.html", "structdpp_1_1voice__client__platform__t" ],
[ "voice_client_speaking_t", "structdpp_1_1voice__client__speaking__t.html", "structdpp_1_1voice__client__speaking__t" ],
[ "voice_exception", "classdpp_1_1voice__exception.html", "classdpp_1_1voice__exception" ],
[ "voice_out_packet", "structdpp_1_1voice__out__packet.html", "structdpp_1_1voice__out__packet" ],
[ "voice_ready_t", "structdpp_1_1voice__ready__t.html", "structdpp_1_1voice__ready__t" ],
[ "voice_receive_t", "structdpp_1_1voice__receive__t.html", "structdpp_1_1voice__receive__t" ],
[ "voice_server_update_t", "structdpp_1_1voice__server__update__t.html", "structdpp_1_1voice__server__update__t" ],
[ "voice_state_update_t", "structdpp_1_1voice__state__update__t.html", "structdpp_1_1voice__state__update__t" ],
[ "voice_track_marker_t", "structdpp_1_1voice__track__marker__t.html", "structdpp_1_1voice__track__marker__t" ],
[ "voiceconn", "classdpp_1_1voiceconn.html", "classdpp_1_1voiceconn" ],
[ "voiceregion", "classdpp_1_1voiceregion.html", "classdpp_1_1voiceregion" ],
[ "voicestate", "classdpp_1_1voicestate.html", "classdpp_1_1voicestate" ],
[ "webhook", "classdpp_1_1webhook.html", "classdpp_1_1webhook" ],
[ "webhooks_update_t", "structdpp_1_1webhooks__update__t.html", "structdpp_1_1webhooks__update__t" ],
[ "websocket_client", "classdpp_1_1websocket__client.html", "classdpp_1_1websocket__client" ],
[ "welcome_channel", "structdpp_1_1welcome__channel.html", "structdpp_1_1welcome__channel" ],
[ "welcome_screen", "structdpp_1_1welcome__screen.html", "structdpp_1_1welcome__screen" ],
[ "when_any", "classdpp_1_1when__any.html", "classdpp_1_1when__any" ]
] ],
[ "std", null, [
[ "hash< dpp::snowflake >", "structstd_1_1hash_3_01dpp_1_1snowflake_01_4.html", "structstd_1_1hash_3_01dpp_1_1snowflake_01_4" ]
] ]
];