Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseFailedChat ¶
type ResponseGroupChatGet ¶
type ResponseGroupChatGet struct {
*response.ResponseWork
GroupChat *power.HashMap `json:"group_chat"`
}
type ResponseGroupChatList ¶
type ResponseGroupChatList struct {
*response.ResponseWork
GroupChatList []*ResponseFailedChat `json:"group_chat_list"`
NextCursor string `json:"next_cursor"`
}
type ResponseGroupChatOpenGIDToChatID ¶
type ResponseGroupChatOpenGIDToChatID struct {
*response.ResponseWork
ChatID *power.HashMap `json:"chat_id"`
}
type ResponseGroupChatTransfer ¶
type ResponseGroupChatTransfer struct {
*response.ResponseWork
ExternalContactList []*ResponseFailedChat `json:"failed_chat_list"`
}
Click to show internal directories.
Click to hide internal directories.