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
Links the chat.id and guid with incoming messasge. Unfortunately still doesn't give us groupID.
Can individual run a sql query to get groupID and then send group Message.
BUT
Will not allow indigo to reply and overall very messy
# sqlcommand = ''' # SELECT handle.id, message.text , chat.guid # FROM message # INNER JOIN handle # ON message.handle_id = handle.ROWID # INNER JOIN chat # ON handle.ROWID = chat.ROWID # WHERE is_from_me=0 AND # datetime(message.date/1000000000 + strftime("%s", "2001-01-01") ,"unixepoch","localtime") >= datetime('now','-10 seconds', 'localtime'); # '''
No description provided.
The text was updated successfully, but these errors were encountered: