Small fixes

This commit is contained in:
Alex Root Junior 2017-05-26 04:43:28 +03:00
parent 0d6af5bc8d
commit cc8511284f
3 changed files with 6 additions and 2 deletions

View file

@ -8,7 +8,7 @@ from .user import User
class Message(Deserializable):
__slots__ = (
'message_id', 'from', 'date', 'chat', 'forward_from', 'forward_from_chat', 'forward_from_message_id',
'message_id', 'from_user', 'date', 'chat', 'forward_from', 'forward_from_chat', 'forward_from_message_id',
'forward_date', 'reply_to_message', 'edit_date', 'text', 'entities', 'audio', 'document', 'game', 'photo',
'sticker', 'video', 'voice', 'video_note', 'new_chat_members', 'caption', 'contact', 'location', 'venue',
'new_chat_member', 'left_chat_member', 'new_chat_title', 'new_chat_photo', 'delete_chat_photo',