haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.MessageSchedulingState

Synopsis

Documentation

data MessageSchedulingState Source #

Contains information about the time when a scheduled message will be sent

Constructors

MessageSchedulingStateSendAtDate

The message will be sent at the specified date

Fields

  • send_date :: Maybe Int

    Point in time (Unix timestamp) when the message will be sent. The date must be within 367 days in the future

MessageSchedulingStateSendWhenOnline

The message will be sent when the other user is online. Applicable to private chats only and when the exact online status of the other user is known