MessageSendOptions constructor
const
MessageSendOptions({})
Options to be used when a message is sent
Implementation
const MessageSendOptions({
required this.disableNotification,
required this.fromBackground,
required this.protectContent,
required this.updateOrderOfInstalledStickerSets,
this.schedulingState,
required this.sendingId,
});