Type alias OnStatusArgs

OnStatusArgs: {
    conversation?: ServerConversation;
    error?: ServerError;
    id: string;
    phone: string;
    phoneID: string;
    pricing?: ServerPricing;
    raw: PostData;
    status: string;
}

Type declaration

  • Optional conversation?: ServerConversation

    The conversation object

  • Optional error?: ServerError

    The error object

  • id: string

    The message ID

  • phone: string

    The user's phone number

  • phoneID: string

    The bot's phoneID

  • Optional pricing?: ServerPricing

    The pricing object

  • raw: PostData

    The raw data from the API

  • status: string

    The message status

Generated using TypeDoc