updateChatFolders property
The list of chat folders or a chat folder has changed
Implementation
UpdateChatFolders? get updateChatFolders {
if (this is UpdateChatFolders) {
return this as UpdateChatFolders;
}
return null;
}
The list of chat folders or a chat folder has changed
UpdateChatFolders? get updateChatFolders {
if (this is UpdateChatFolders) {
return this as UpdateChatFolders;
}
return null;
}