Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶ added in v3.1.17
type ExternalContactList ¶ added in v3.1.17
type ExternalContactList struct {
TagList []string `json:"tag_list"`
}
type RequestAddMomentTask ¶ added in v3.1.17
type RequestAddMomentTask struct {
Text Text `json:"text"`
Attachments []Attachment `json:"attachments"`
VisibleRange *VisibleRange `json:"visible_range"`
}
type RequestGetMomentList ¶
type SenderList ¶ added in v3.1.17
type VisibleRange ¶ added in v3.1.17
type VisibleRange struct {
SenderList SenderList `json:"sender_list"`
ExternalContactList ExternalContactList `json:"external_contact_list"`
}
Click to show internal directories.
Click to hide internal directories.