bots.SetBotInfo#
- class pyrogram.raw.functions.bots.SetBotInfo#
Set our about text and description (bots only).
- Details:
Layer:
158
ID:
10CF3123
- Parameters:
lang_code (
str
) – Language code, if left empty update the fallback about text and description.bot (
InputUser
, optional) – N/Aname (
str
, optional) – N/Aabout (
str
, optional) – New about text.description (
str
, optional) – New description.
- Returns:
bool