View Source ExTDLib.Method.SetChatTitle (ExTDLib v0.0.4)

Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringChat identifier.
titlestringNew title of the chat; 1-128 characters.

More details on telegram's documentation.