Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiAccessTokenRequest ¶
type ApiAccessTokenResponse ¶
type FeishuImApiResult ¶
type FeishuMeetingTopUserItemResult ¶
type FeishuMeetingTopUserItemResult struct {
Code int64 `json:"code"`
Data struct {
TopUserReport []json.RawMessage `json:"top_user_report"`
} `json:"data"`
Msg string `json:"msg"`
}
type FeishuMessageResultItem ¶
type FeishuMessageResultItem struct {
Body struct {
Content string `json:"content"`
} `json:"body"`
ChatId string `json:"chat_id"`
CreateTime string `json:"create_time"`
Deleted bool `json:"deleted"`
Mentions []struct {
Id string `json:"id"`
IdType string `json:"id_type"`
Key string `json:"key"`
Name string `json:"name"`
TenantKey string `json:"tenant_key"`
} `json:"mentions"`
MessageId string `json:"message_id"`
MsgType string `json:"msg_type"`
ParentId string `json:"parent_id"`
RootId string `json:"root_id"`
Sender struct {
Id string `json:"id"`
IdType string `json:"id_type"`
SenderType string `json:"sender_type"`
TenantKey string `json:"tenant_key"`
} `json:"sender"`
UpdateTime string `json:"update_time"`
Updated bool `json:"updated"`
}
Click to show internal directories.
Click to hide internal directories.