response

package
v3.0.0-...-7300911 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvalidExternalContactList

type InvalidExternalContactList struct {
	TagList []string `json:"tag_list"`
}

type InvalidSenderList

type InvalidSenderList struct {
	UserList       []string `json:"user_list"`
	DepartmentList []int    `json:"department_list"`
}

type ResponseAddMomentTask

type ResponseAddMomentTask struct {
	response.ResponseWork
	Status int    `json:"status"`
	Type   string `json:"type"`
	Result Result `json:"result"`
}

type ResponseGetMomentList

type ResponseGetMomentList struct {
	response.ResponseWork
	NextCursor string           `json:"next_cursor"`
	MomentList []*power.HashMap `json:"moment_list"`
}

type ResponseMomentGetMomentComments

type ResponseMomentGetMomentComments struct {
	response.ResponseWork

	CommentList []*power.HashMap `json:"comment_list"`
	LikeList    []*power.HashMap `json:"like_list"`
	NextCursor  string           `json:"next_cursor"`
}

type ResponseMomentGetMomentCustomerList

type ResponseMomentGetMomentCustomerList struct {
	response.ResponseWork

	CustomerList []*power.HashMap `json:"customer_list"`
	NextCursor   string           `json:"next_cursor"`
}

type ResponseMomentGetMomentSendResult

type ResponseMomentGetMomentSendResult struct {
	response.ResponseWork

	CustomerList []*power.HashMap `json:"customer_list"`
	NextCursor   string           `json:"next_cursor"`
}

type ResponseMomentGetMomentTask

type ResponseMomentGetMomentTask struct {
	response.ResponseWork

	TaskList   []*power.HashMap `json:"task_list"`
	NextCursor string           `json:"next_cursor"`
}

type Result

type Result struct {
	response.ResponseWork
	MomentId                   string                     `json:"moment_id"`
	InvalidSenderList          InvalidSenderList          `json:"invalid_sender_list"`
	InvalidExternalContactList InvalidExternalContactList `json:"invalid_external_contact_list"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL