updateChatActionBar property

UpdateChatActionBar? updateChatActionBar

The chat action bar was changed

Implementation

UpdateChatActionBar? get updateChatActionBar {
  if (this is UpdateChatActionBar) {
    return this as UpdateChatActionBar;
  }
  return null;
}