Remove bot entity from types.

This commit is contained in:
Alex Root Junior 2017-05-21 17:04:09 +03:00
parent 4fce1cefe6
commit 4f7bdfa885
3 changed files with 11 additions and 18 deletions

View file

@ -40,9 +40,6 @@ class Chat(Deserializable):
return Chat(data, id, type, title, username, first_name, last_name, all_members_are_administrators)
async def send_message(self, text):
self.bot.send_message(self.id, text)
@property
def full_name(self):
if self.type == ChatType.PRIVATE: