Interface ReplyAttach<N, T>

Type Parameters

  • N = 0

  • T = null

Hierarchy

  • ReplyAttach

Properties

attach_content?: T
attach_only: N extends 0
    ? false
    : true
attach_type: number
src_linkId: number
src_logId: string
src_mentions: string[]
src_message: string
src_type: number
src_userId: number

Generated using TypeDoc