The following is sync API. Async is similar
class EventData(object):
def __init__(self, body=None, to_device=None, message=None): # users shouldn't pass in message
@property
def sequence_number(self): int
@property
def offset(self): str
@property