UpdateChatActionBar constructor

UpdateChatActionBar({
  1. required int chatId,
  2. ChatActionBar? actionBar,
})

Implementation

UpdateChatActionBar({required this.chatId, this.actionBar});