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
@nik27090 not sure why did you recognise this as a bug. clientId is used by JAICF as an unique identifier of sender to manage their BotContext using ContextManager. In this case it doesn't matter, is it a group chat in Telegram or not. If the user sends a request to the bot in the group chat, JAICF manages the "shared" bot's context meaning that every member of the chat will see the reaction.
context.clientId
returns chat id for telegramExample for bug reproduction.
Difference between IDs can be seen only in group chats, because in a private chats
clientId == chatId
The text was updated successfully, but these errors were encountered: