Add ChatPhoto type

This commit is contained in:
Dan 2018-03-09 14:47:22 +01:00
parent 345da2fccd
commit 76b78f6a9e

View File

@ -0,0 +1,6 @@
class ChatPhoto:
def __init__(self,
small_file_id: str,
big_file_id: str):
self.small_file_id = small_file_id
self.big_file_id = big_file_id