updateChatThemes property
The list of available chat themes has changed
Implementation
UpdateChatThemes? get updateChatThemes {
if (this is UpdateChatThemes) {
return this as UpdateChatThemes;
}
return null;
}
The list of available chat themes has changed
UpdateChatThemes? get updateChatThemes {
if (this is UpdateChatThemes) {
return this as UpdateChatThemes;
}
return null;
}