ChatTypeSecret constructor

ChatTypeSecret({
  1. required int secretChatId,
  2. required int userId,
})

Implementation

ChatTypeSecret({required this.secretChatId, required this.userId});