mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-01 14:55:12 +00:00
Add ChatPhoto type
This commit is contained in:
6
pyrogram/client/types/chat_photo.py
Normal file
6
pyrogram/client/types/chat_photo.py
Normal 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
|
Reference in New Issue
Block a user