Exemplo n.º 1
0
 def get_batch_id(self, msg):
     mdh = MessageMetadataHelper(self.vumi_api, msg)
     conversation = yield mdh.get_conversation()
     returnValue(conversation.batch.key)
Exemplo n.º 2
0
 def get_batch_id(self, msg):
     mdh = MessageMetadataHelper(self.vumi_api, msg)
     conversation = yield mdh.get_conversation()
     returnValue(conversation.batch.key)