request

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Button

type Button struct {
	Type       string      `json:"type,omitempty"`
	Name       string      `json:"name"`
	Key        string      `json:"key,omitempty"`
	MediaId    string      `json:"media_id,omitempty"`
	URL        string      `json:"url,omitempty"`
	AppID      string      `json:"appid,omitempty"`
	PagePath   string      `json:"pagepath,omitempty"`
	SubButtons []SubButton `json:"sub_button,omitempty"`
}

type RequestMatchRule

type RequestMatchRule struct {
	TagID              string `json:"tag_id"`
	Sex                string `json:"sex"`
	Country            string `json:"country"`
	Province           string `json:"province"`
	City               string `json:"city"`
	ClientPlatformType string `json:"client_platform_type"`
	Language           string `json:"language"`
}

type RequestMenuCreate

type RequestMenuCreate struct {
	Buttons []*Button `json:"button"`
}

type SubButton

type SubButton struct {
	Type       string      `json:"type"`
	Name       string      `json:"name"`
	URL        string      `json:"url,omitempty"`
	AppID      string      `json:"appid,omitempty"`
	PagePath   string      `json:"pagepath,omitempty"`
	Key        string      `json:"key,omitempty"`
	MediaId    string      `json:"media_id,omitempty"`
	SubButtons []SubButton `json:"sub_button,omitempty"`
}

Jump to

Keyboard shortcuts

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