haskell-tdlib-2.0.58.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.MessageSendingState

Synopsis

Documentation

data MessageSendingState Source #

Contains information about the sending state of the message

Constructors

MessageSendingStatePending

The message is being sent now, but has not yet been delivered to the server

Fields

  • sending_id :: Maybe Int

    Non-persistent message sending identifier, specified by the application

MessageSendingStateFailed

The message failed to be sent

Fields