contacts.EditCloseFriends
- class pyrogram.raw.functions.contacts.EditCloseFriends
Edit the close friends list, see here » for more info.
- Details:
Layer:
223ID:
BA6705F0
- Parameters:
id (List of
int64-bit) – Full list of user IDs of close friends, see here for more info.- Returns:
bool
TL Schema
contacts.editCloseFriends#ba6705f0
id:Vector<long>
= Bool
Parameter Tree
EditCloseFriends
└── id →
Vector < long >Example
await app.invoke(
EditCloseFriends(
id=[0],
)
)