response

package
v2.0.1-beta8 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddFriendAutoReplyInfo

type AddFriendAutoReplyInfo struct {
	Type    string `json:"type"`
	Content string `json:"content"`
}

type KeywordAutoReplyInfo

type KeywordAutoReplyInfo struct {
	List []interface{} `json:"list"`
}

type MessageDefaultAutoReplyInfo

type MessageDefaultAutoReplyInfo struct {
	Type    string `json:"type"`
	Content string `json:"content"`
}

type ReplyInfo

type ReplyInfo struct {
}

type ResponseGettingRulesForAutoReplies

type ResponseGettingRulesForAutoReplies struct {
	*response.ResponseOfficialAccount

	IsAddFriendReplyOpen        int                          `json:"is_add_friend_reply_open"`
	IsAutoReplyOpen             int                          `json:"is_autoreply_open"`
	AddFriendAutoReplyInfo      *AddFriendAutoReplyInfo      `json:"add_friend_autoreply_info"`
	MessageDefaultAutoReplyInfo *MessageDefaultAutoReplyInfo `json:"message_default_autoreply_info"`
	KeywordAutoReplyInfo        []*KeywordAutoReplyInfo      `json:"keyword_autoreply_info"`
}

Jump to

Keyboard shortcuts

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