mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-29 05:18:10 +00:00
Small fixes
This commit is contained in:
parent
4918be5d22
commit
99a2c54992
@ -2485,7 +2485,6 @@ class Client:
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO: Improvements for the new API
|
|
||||||
def get_user_profile_photos(self,
|
def get_user_profile_photos(self,
|
||||||
user_id: int or str,
|
user_id: int or str,
|
||||||
offset: int = 0,
|
offset: int = 0,
|
||||||
@ -2505,7 +2504,7 @@ class Client:
|
|||||||
Values between 1—100 are accepted. Defaults to 100.
|
Values between 1—100 are accepted. Defaults to 100.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
On success, :obj:`UserProfilePhotos` is returned.
|
On success, a :obj:`UserProfilePhotos` object is returned.
|
||||||
|
|
||||||
Raises:
|
Raises:
|
||||||
:class:`Error <pyrogram.Error>`
|
:class:`Error <pyrogram.Error>`
|
||||||
@ -3599,7 +3598,7 @@ class Client:
|
|||||||
functions.messages.SetBotCallbackAnswer(
|
functions.messages.SetBotCallbackAnswer(
|
||||||
query_id=int(callback_query_id),
|
query_id=int(callback_query_id),
|
||||||
cache_time=cache_time,
|
cache_time=cache_time,
|
||||||
alert=show_alert,
|
alert=show_alert or None,
|
||||||
message=text,
|
message=text,
|
||||||
url=url
|
url=url
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user