UpdateChatActionBar constructor
UpdateChatActionBar({
- required int chatId,
- ChatActionBar? actionBar,
Implementation
UpdateChatActionBar({required this.chatId, this.actionBar});