updateChatThemes property

UpdateChatThemes? updateChatThemes

The list of available chat themes has changed

Implementation

UpdateChatThemes? get updateChatThemes {
  if (this is UpdateChatThemes) {
    return this as UpdateChatThemes;
  }
  return null;
}