Skip to content

get_message works with a different api than wait_message #89

Description

@patrickelectric

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions