Interface UnsubscribeResponse

Response expected from a UnsubscribeRequest.

Hierarchy

  • BaseResponse
    • UnsubscribeResponse

Properties

api_version?: number
forwarded?: boolean
id: string | number
result: Record<string, never>
status?: string
type: string
warning?: "load"
warnings?: Warning[]

Generated using TypeDoc