Interface MessageSendingStatePending

Contains information about the sending state of the message. Subtype of MessageSendingState.

interface MessageSendingStatePending {
    @type: "messageSendingStatePending";
    sending_id: number;
}

Properties

Properties

@type: "messageSendingStatePending"
sending_id: number

Non-persistent message sending identifier, specified by the application.