request

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SendChannelMessageReq added in v0.0.3

type SendChannelMessageReq struct {
	Type         int    `json:"type"`
	TargetId     string `json:"target_id"`
	Content      string `json:"content"`
	Quote        string `json:"quote"`
	Nonce        string `json:"nonce"`
	TempTargetId string `json:"temp_target_id"`
}

type SendSingleChatMessageReq added in v0.0.3

type SendSingleChatMessageReq struct {
	Type     int    `json:"type"`
	TargetId string `json:"target_id"`
	Content  string `json:"content"`
	Quote    string `json:"quote"`
	Nonce    string `json:"nonce"`
	ChatCode string `json:"chat_code"`
}

Jump to

Keyboard shortcuts

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