Normally when someone send a message to a group where my BOT is in, my BOT will received response of event object consists of common properties like following:
"source": {
"type": "group",
"groupId": "Ca56f94637c...",
"userId": "U4af4980629..."
}
However, I found the parameter "userId" is missing for some users in the same group. my BOT only received:
"source": {
"type": "group",
"groupId": "Ca56f94637c...",
}
how it could possible?
Thank you
Product: Messaging API
App type :BOT
Plan :Free
Available features: REPLY_MESSAGE