Ejemplo n.º 1
0
 def identity(self) -> BotIdentity:
     return BotIdentity(self.full_name, self.email)
Ejemplo n.º 2
0
 def identity(self):
     return BotIdentity("bot name", "bot-email@domain")