Skip to content

Commit 8207dc1

Browse files
Fix suggest_birthday description
1 parent 600ffed commit 8207dc1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyrogram/methods/payments/suggest_birthday.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,17 @@ async def suggest_birthday(
2929
chat_id: Union[int, str],
3030
birthday: "types.Birthday"
3131
) -> bool:
32-
"""Drops original details for an upgraded gift.
32+
"""Suggests a birthdate to another regular user with common messages and allowing non-paid messages.
3333
3434
.. include:: /_includes/usable-by/users.rst
3535
3636
Parameters:
3737
chat_id (``int`` | ``str``):
3838
Unique identifier (int) or username (str) of the target chat.
39-
For your personal cloud (Saved Messages) you can simply use "me" or "self".
4039
For a contact that exists in your Telegram address book you can use his phone number (str).
4140
4241
birthday (:obj:`types.Birthday`):
43-
Birthday in the format "YYYY-MM-DD".
42+
Birthdate to suggest.
4443
4544
Returns:
4645
``bool``: On success, True is returned.

0 commit comments

Comments
 (0)