Class TdApi.MessageSendOptions

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageSendOptions
Enclosing class:
TdApi

public static class TdApi.MessageSendOptions
extends TdApi.Object
Options to be used when a message is sent.
  • Field Details

    • disableNotification

      public boolean disableNotification
      Pass true to disable notification for the message.
    • fromBackground

      public boolean fromBackground
      Pass true if the message is sent from the background.
    • schedulingState

      public TdApi.MessageSchedulingState schedulingState
      Message scheduling state; pass null to send message immediately. Messages sent to a secret chat, live location messages and self-destructing messages can't be scheduled.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • MessageSendOptions

      public MessageSendOptions()
      Options to be used when a message is sent.
    • MessageSendOptions

      public MessageSendOptions​(boolean disableNotification, boolean fromBackground, TdApi.MessageSchedulingState schedulingState)
      Options to be used when a message is sent.
      Parameters:
      disableNotification - boolean Pass true to disable notification for the message.
      fromBackground - boolean Pass true if the message is sent from the background.
      schedulingState - MessageSchedulingState Message scheduling state; pass null to send message immediately. Messages sent to a secret chat, live location messages and self-destructing messages can't be scheduled.
    • MessageSendOptions

      public MessageSendOptions​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details