update_personal_chat()¶
- Client.update_personal_chat()¶
Update your birthday details.
Usable by Users Bots
- Parameters:¶
chat_id (
int
) – Unique identifier (int) of the target channel. You can also use channel public link in form of t.me/<username> (str).- Returns:¶
bool
– True on success.
Example
# Update your personal chat await app.update_personal_chat(chat_id=-1001234567890)