updateChatTitle property
The title of a chat was changed
Implementation
UpdateChatTitle? get updateChatTitle {
if (this is UpdateChatTitle) {
return this as UpdateChatTitle;
}
return null;
}
The title of a chat was changed
UpdateChatTitle? get updateChatTitle {
if (this is UpdateChatTitle) {
return this as UpdateChatTitle;
}
return null;
}