updateChatActionBar property
The chat action bar was changed
Implementation
UpdateChatActionBar? get updateChatActionBar {
if (this is UpdateChatActionBar) {
return this as UpdateChatActionBar;
}
return null;
}
The chat action bar was changed
UpdateChatActionBar? get updateChatActionBar {
if (this is UpdateChatActionBar) {
return this as UpdateChatActionBar;
}
return null;
}