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
wait_message returns an object, you can access the item via: message.data
get_message returns an dict, you can only access the item via : message['data']
This results in a weird and not consistent api for our users.
The text was updated successfully, but these errors were encountered:
ES-Alexander
changed the title
get_message works with a different api that wait_message
get_message works with a different api than wait_message
Nov 25, 2024
wait_message returns an object, you can access the item via:
message.data
get_message returns an dict, you can only access the item via :
message['data']
This results in a weird and not consistent api for our users.
The text was updated successfully, but these errors were encountered: