Example #1
0
 def join(self, group_id, share_token):
     return Group.join(self.gmi, group_id, share_token)
Example #2
0
 def join(self, group_id: str, share_token: str) -> Group:
     return Group.join(self.gmi, group_id, share_token)