querystorefansgroup

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type QueryStoreFansGroup

type QueryStoreFansGroup struct {
	/**
	 * 大象群ID 偏移
	 */
	GroupId int64 `json:"groupId"`
	/**
	 * 群名称
	 */
	GroupName string `json:"groupName"`
	/**
	 * 粉丝群序号
	 */
	GroupIndex int32 `json:"groupIndex"`
	/**
	 * 群聊人数
	 */
	MemberCount int32 `json:"memberCount"`
	/**
	 * 群公告
	 */
	GroupAnnounce string `json:"groupAnnounce"`
	/**
	 * 入群导语
	 */
	GroupIntro string `json:"groupIntro"`
	/**
	 * 群入口开关 0-开启 1-关闭
	 */
	GroupEntrance int32 `json:"groupEntrance"`
	/**
	 * 群状态 1-正常 2-关闭
	 */
	Status int32 `json:"status"`
}

type QueryStoreFansGroupRequest

type QueryStoreFansGroupRequest struct {
	/**
	 *  页码 从 1 开始
	 */
	Page int32 `json:"page"`
	/**
	 *  页数据条数
	 */
	PageSize int32 `json:"pageSize"`
}

func (*QueryStoreFansGroupRequest) DoInvoke

type QueryStoreFansGroupResponse

type QueryStoreFansGroupResponse struct {
	Code    string              `json:"code"`
	Msg     string              `json:"msg"`
	Data    QueryStoreFansGroup `json:"data"`
	TraceId string              `json:"traceId"`
}

func (*QueryStoreFansGroupResponse) IsSuccess

func (response *QueryStoreFansGroupResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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