SetChatTitle constructor
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
Implementation
const SetChatTitle({
required this.chatId,
required this.title,
});
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
const SetChatTitle({
required this.chatId,
required this.title,
});