ApiMessageResponse constructor
ApiMessageResponse({})
Implementation
ApiMessageResponse({
required this.skip,
required this.take,
required this.messages,
this.users,
this.lastReadMessageId,
this.userSendLastRead,
this.lastReadMessageTimeSend,
this.messageId,
this.message,
this.textSearch,
this.totalCountFinded,
});