haskell-tdlib-2.0.63.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.EditMessageSchedulingState

Synopsis

Documentation

data EditMessageSchedulingState Source #

Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed. Returns Ok

Constructors

EditMessageSchedulingState 

Fields

  • chat_id :: Maybe Int

    The chat the message belongs to

  • message_id :: Maybe Int

    Identifier of the message. Use messageProperties.can_edit_scheduling_state to check whether the message is suitable

  • scheduling_state :: Maybe MessageSchedulingState

    The new message scheduling state; pass null to send the message immediately. Must be null for messages in the state messageSchedulingStateSendWhenVideoProcessed