-
Notifications
You must be signed in to change notification settings - Fork 65
/
documentation.yml
66 lines (66 loc) · 1.58 KB
/
documentation.yml
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
# Configuration for documentation.js
# Specifies the table of contents order and child docs
# CONFIG: https://github.com/documentationjs/documentation/blob/master/docs/CONFIG.md
toc:
- Bot
- name: Bot Types
description: |
A collection of types used by the bot.
children:
- InitOptions
- BotInfo
- Chat
- name: Chat Types
description: |
A collection of types used by the Chat module.
children:
- ChatChannel
- ChatMessage
- Thread
- MsgSummary
- MsgContent
- ConvSummary
- SendRes
- UICoinFlipStatus
- UnfurlSettings
- UserBotCommandOutput
- ChatAttachOptions
- ChatDownloadOptions
- ChatReactOptions
- ChatDeleteOptions
- Advertisement
- AdvertisementsLookup
- OnMessage
- OnError
- ListenOptions
- KVStore
- name: KVStore Types
description: |
A collection of types used by the KVStore module.
children:
- KVListNamespaceResult
- KVListEntryResult
- KVGetResult
- KVPutResult
- KVDeleteEntryResult
- Team
- name: Team Types
description: |
A collection of types used by the Team module.
children:
- AddMembersParam
- RemoveMemberParam
- ListTeamMembershipParam
- TeamAddMemberResult
- TeamDetails
- Wallet
- name: Wallet Types
description: |
A collection of types used by the Wallet module.
children:
- AccountID
- TransactionID
- OwnAccountCLILocal
- PaymentCLILocal
- BatchPaymentArg
- BatchResultLocal