menu
tdlib2 package
documentation
td_api.dart
UpdateChatTitle
UpdateChatTitle.new constructor
UpdateChatTitle.new constructor
dark_mode
light_mode
UpdateChatTitle
constructor
UpdateChatTitle
(
{
required
int
chatId
,
required
String
title
,
})
Implementation
UpdateChatTitle({required this.chatId, required this.title});
tdlib2 package
documentation
td_api
UpdateChatTitle
UpdateChatTitle.new constructor
UpdateChatTitle class