channels.UpdateUsername¶
- class pyrogram.raw.functions.channels.UpdateUsername[source]¶
Change or remove the username of a supergroup/channel
Usable by Users Bots- Details:
Layer:
229ID:
3514B3DE
- Parameters:
channel (
InputChannel) – Channelusername (
str) – New username, pass an empty string to remove the username
- Returns:
bool