コード例 #1
0
ファイル: test_lib.py プロジェクト: suntofly/python-zulip-api
 def identity(self) -> BotIdentity:
     return BotIdentity(self.full_name, self.email)
コード例 #2
0
 def identity(self):
     return BotIdentity("bot name", "bot-email@domain")