response

package
v2.0.40 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GroupMsg

type GroupMsg struct {
	MsgID       string                `json:"msgid"`
	Creator     string                `json:"creator"`
	CreateTime  int                   `json:"create_time"`
	CreateType  int                   `json:"create_type"`
	Text        request.TextOfMessage `json:"text"`
	Attachments []*request.Attachment `json:"attachments"`
}

type ResponseAddMessageTemplate

type ResponseAddMessageTemplate struct {
	*response.ResponseWork
	FailList []string `json:"fail_list"`
	MsgID    string   `json:"msgid"`
}

type ResponseGetGroupMsgListV2

type ResponseGetGroupMsgListV2 struct {
	*response.ResponseWork

	NextCursor   string      `json:"next_cursor"`
	GroupMsgList []*GroupMsg `json:"group_msg_list"`
}

type ResponseGetGroupMsgSendResult

type ResponseGetGroupMsgSendResult struct {
	*response.ResponseWork

	NextCursor string `json:"next_cursor"`

	SendList []*SendResult `json:"send_list"`
}

type ResponseGetGroupMsgTask

type ResponseGetGroupMsgTask struct {
	*response.ResponseWork

	NextCursor string `json:"next_cursor"`

	TaskList []*Task `json:"task_list"`
}

type SendResult

type SendResult struct {
	ExternalUserID string `json:"external_userid"`
	ChatID         string `json:"chat_id"`
	UserID         string `json:"userid"`
	Status         int    `json:"status"`
	SendTime       int    `json:"send_time"`
}

type Task

type Task struct {
	UserID   string `json:"userid"`
	Status   int    `json:"status"`
	SendTime int    `json:"send_time"`
}

Jump to

Keyboard shortcuts

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