EditChatTitle¶
-
class
pyrogram.raw.functions.messages.
EditChatTitle
¶ Chanages chat name and sends a service message on it.
- Details
Layer:
122
ID:
0xdc452855
- Parameters
chat_id (
int
32-bit
) – Chat ID.title (
str
) – New chat name, different from the old one.
- Returns
Updates
– Object which is perceived by the client without a call on its part when an event occurs.