You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Keybase-bot team: maybe put a comment on what is exactly a ConversationID (as it's not present in the UI, we can think it's something like the name of the channel).
The issue I did have:
My understanding is a restricted bot can only read specific messages (the one defined by configuration) and is allowed to send messages to a team (standard or big team). I'm trying without success to send messages to my team with a restricted bot while I succeed in sending messages with a non-restricted bot.
I tried with and without the membersType. Without, I have a unknown user assertion.
Topic Name
I tried with and without this.
If I use general, it results in Restricted bots are unable to create conversations or decrypt channel names. Use an existing conversation via conversation ID.
Conversation ID
I tried different patterns for the conversation ID. team, team.subteam, team.subteam#general without success.
I also checked in the UI to find the conversation ID --> this was my error, conversation ID can be found with the Keybase CLI
Hi,
I fail to send messages to a team with a restricted bot.
TL-DR:
I answer directly to my post, as I found my error. I hope it can help others as I didn't find the information in the documentation.
The issue was to use a channel definition and not a proper Conversation ID. You can find the conversation ID by using the keybase CLI:
whereas a channel definition is an object like this:
The valid code is:
To Keybase-bot team:
maybe put a comment on what is exactly a ConversationID (as it's not present in the UI, we can think it's something like the name of the channel).The issue I did have:
My understanding is a restricted bot can only read specific messages (the one defined by configuration) and is allowed to send messages to a team (standard or big team). I'm trying without success to send messages to my team with a restricted bot while I succeed in sending messages with a non-restricted bot.
membersType
I tried with and without the
membersType
. Without, I have aunknown user assertion
.Topic Name
I tried with and without this.
If I use
general
, it results inRestricted bots are unable to create conversations or decrypt channel names. Use an existing conversation via conversation ID.
Conversation ID
I tried different patterns for the conversation ID.
team
,team.subteam
,team.subteam#general
without success.I also checked in the UI to find the conversation ID
--> this was my error, conversation ID can be found with the Keybase CLI
For reference
I did create my bot with:
The text was updated successfully, but these errors were encountered: