SetChatTitle constructor

SetChatTitle(
  1. {required int chat_id,
  2. required String title,
  3. int? extra,
  4. int? clientId}
)

Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right

Returns Ok

Implementation

SetChatTitle