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
I've searched for any related issues and avoided creating a duplicate issue.
Description
Is there a way to get the bot id/profile from memory datastore?
For now I can store it by myself in the "CLIENT_EVENTS.RTM.AUTHENTICATED" event, but as the memory datastore store all the needed informations, maybe the current bot profile could be stored also in the datastore?
The use case is the following:
I want to be able to know if someone is talking to the bot on a channel.
So when the bot receive for example this: coucou <@U00123456> ça va ?
I need to be able to compare the given U00123456 with the bot id.
By the way maybe there is another way to achieve that?
Thank you in advance
The text was updated successfully, but these errors were encountered:
Description
Is there a way to get the bot id/profile from memory datastore?
For now I can store it by myself in the "CLIENT_EVENTS.RTM.AUTHENTICATED" event, but as the memory datastore store all the needed informations, maybe the current bot profile could be stored also in the datastore?
The use case is the following:
I want to be able to know if someone is talking to the bot on a channel.
So when the bot receive for example this:
coucou <@U00123456> ça va ?
I need to be able to compare the given
U00123456
with the bot id.By the way maybe there is another way to achieve that?
Thank you in advance
The text was updated successfully, but these errors were encountered: