Skip to content

Commit

Permalink
fix typo in chat api docs (keybase#21937)
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloneil authored Jan 7, 2020
1 parent 658c97c commit 7ab7a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/client/chat_api_doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ Load a flip's result:
Get unfurl settings:
{"method": "getunfurlsettings"}
Set unfurl setings (thumbnails for sent links):
Set unfurl settings (thumbnails for sent links):
{"method": "setunfurlsettings", "params": {"options":{"mode": "always/never/whitelisted", "whitelist":["example.com"]}}}
Advertise availabe bot commands in the UI:
Advertise available bot commands in the UI:
{"method": "advertisecommands", "params": {"options":{"alias": "helpbot", "advertisements":[{"type": "public", "commands": [{"name": "help", "description": "Get help using this bot"}]}]}}}
Clear bot commands:
Expand All @@ -121,7 +121,7 @@ Get a user's device info from their username:
Get all reset members of conversations in your inbox:
{"method": "getresetconvmembers"}
Readd a reset user back to a conversation:
Re-add a reset user back to a conversation:
{"method": "addresetconvmember", "params": {"options": {"username": "joshblum", "conversation_id": "..."}}}
List members of a conversation from a topic name:
Expand Down

0 comments on commit 7ab7a08

Please sign in to comment.