updateChatTitle property

UpdateChatTitle? updateChatTitle

The title of a chat was changed

Implementation

UpdateChatTitle? get updateChatTitle {
  if (this is UpdateChatTitle) {
    return this as UpdateChatTitle;
  }
  return null;
}