MessageSendOptions constructor

MessageSendOptions({
  1. String? extra,
  2. int? client_id,
  3. Bool? disable_notification,
  4. Bool? from_background,
  5. Bool? protect_content,
  6. Bool? update_order_of_installed_sticker_sets,
  7. MessageSchedulingState? scheduling_state,
})

Implementation

MessageSendOptions({
  super.extra,
  super.client_id,
  this.disable_notification,
  this.from_background,
  this.protect_content,
  this.update_order_of_installed_sticker_sets,
  this.scheduling_state,
});