File tree Expand file tree Collapse file tree
pyrogram/methods/payments Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments