request

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RequestGroupChatTransfer

type RequestGroupChatTransfer struct {
	ChatIDList []string `json:"chat_id_list" `
	NewOwner   string   `json:"new_owner"`
}

type RequestResignedTransferCustomer

type RequestResignedTransferCustomer struct {
	HandoverUserID string   `json:"handover_userid" `
	TakeoverUserID string   `json:"takeover_userid"`
	ExternalUserID []string `json:"external_userid"`
}

type RequestResignedTransferResult

type RequestResignedTransferResult struct {
	HandoverUserID string `json:"handover_userid" `
	TakeoverUserID string `json:"takeover_userid"`
	Cursor         string `json:"cursor"`
}

type RequestTransferCustomer

type RequestTransferCustomer struct {
	HandoverUserID     string   `json:"handover_userid" `
	TakeoverUserID     string   `json:"takeover_userid"`
	ExternalUserID     []string `json:"external_userid"`
	TransferSuccessMsg string   `json:"transfer_success_msg"`
}

type RequestTransferResult

type RequestTransferResult struct {
	HandoverUserID string `json:"handover_userid" `
	TakeoverUserID string `json:"takeover_userid"`
	Cursor         string `json:"cursor"`
}

Jump to

Keyboard shortcuts

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