SjMessageSendsDto constructor
const
SjMessageSendsDto({})
Данные cообщения отправляемые к api urls.apiMsgSend.
Implementation
const SjMessageSendsDto({
this.chatId,
required this.text,
this.images,
this.replyId,
this.geopoint,
this.payload,
});