Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conclusions ¶
type Conclusions struct { Text *Text `json:"text"` Image *Image `json:"image"` Link *Link `json:"link"` MiniProgram *MiniProgram `json:"miniprogram"` }
type ContactWay ¶
type ContactWay struct { ConfigID string `json:"config_id"` Type int `json:"type"` Scene int `json:"scene"` Style int `json:"style"` Remark string `json:"remark"` SkipVerify bool `json:"skip_verify"` State string `json:"state"` QrCode string `json:"qr_code"` User []string `json:"user"` Party []int `json:"party"` IsTemp bool `json:"is_temp"` ExpiresIn int `json:"expires_in"` ChatExpiresIn int `json:"chat_expires_in"` UnionID string `json:"unionid"` Conclusions *Conclusions `json:"conclusions"` }
type ContactWayID ¶
type ContactWayID struct {
ConfigID string `json:"config_id"`
}
------------------------------------------------------------------------------------
type MiniProgram ¶
type ResponseAddContactWay ¶
type ResponseAddContactWay struct { response.ResponseWork ConfigID string `json:"config_id"` QRCode string `json:"qr_code"` }
type ResponseGetContactWay ¶
type ResponseGetContactWay struct { response.ResponseWork ContactWay *ContactWay `json:"contact_way"` }
type ResponseListContactWay ¶
type ResponseListContactWay struct { response.ResponseWork ContactWayIDs []*ContactWayID `json:"contact_way"` NextCursor string `json:"next_cursor"` }
Click to show internal directories.
Click to hide internal directories.