def _get_group_id(self): return utf82unicode(pn_message_get_group_id(self._msg))
def group_id(self) -> Optional[str]: """The group id of the message. :raise: :exc:`MessageException` if there is any Proton error when using the setter. """ return utf82unicode(pn_message_get_group_id(self._msg))