Exemplo n.º 1
0
 def contains(self, key: str) -> bool:
     return is_key_in_bot_storage(self.user_profile, key)
Exemplo n.º 2
0
 def contains(self, key: str) -> bool:
     return is_key_in_bot_storage(self.user_profile, key)