MessageSendOptions constructor
MessageSendOptions({
- InputSuggestedPostInfo? suggestedPostInfo,
- required bool disableNotification,
- required bool fromBackground,
- bool? protectContent,
- bool? allowPaidBroadcast,
- required int paidMessageStarCount,
- required bool updateOrderOfInstalledStickerSets,
- MessageSchedulingState? schedulingState,
- required int effectId,
- required int sendingId,
- required bool onlyPreview,
Implementation
MessageSendOptions({
this.suggestedPostInfo,
required this.disableNotification,
required this.fromBackground,
this.protectContent,
this.allowPaidBroadcast,
required this.paidMessageStarCount,
required this.updateOrderOfInstalledStickerSets,
this.schedulingState,
required this.effectId,
required this.sendingId,
required this.onlyPreview,
});