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: 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 AutoReplyInfo added in v2.0.33

type AutoReplyInfo struct {
	RuleName        string         `json:"rule_name"`
	CreateTime      int            `json:"create_time"`
	ReplyMode       string         `json:"reply_mode"`
	KeywordListInfo []*KeywordInfo `json:"keyword_list_info"`
	ReplyListInfo   []*ReplyInfo   `json:"reply_list_info"`
}

type KeywordAutoReplyInfo

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

type KeywordInfo added in v2.0.33

type KeywordInfo struct {
	Type      string `json:"type"`
	MatchMode string `json:"match_mode"`
	Content   string `json:"content"`
}

type MessageDefaultAutoReplyInfo

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

type NewsInfo added in v2.0.33

type NewsInfo struct {
	Title      string `json:"title"`
	Author     string `json:"author"`
	Digest     string `json:"digest"`
	ShowCover  int    `json:"show_cover"`
	CoverUrl   string `json:"cover_url"`
	ContentUrl string `json:"content_url"`
	SourceUrl  string `json:"source_url"`
}

type NewsInfos added in v2.0.33

type NewsInfos struct {
	List []NewsInfo `json:"list"`
}

type ReplyInfo

type ReplyInfo struct {
	Type      string     `json:"type"`
	NewsInfos *NewsInfos `json:"news_info,omitempty"`
	Content   string     `json:"content,omitempty"`
}

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