response

package
v2.0.1-beta8 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2022 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseFailedChat

type ResponseFailedChat struct {
	*response.ResponseWork

	ChatID  string `json:"chat_id"` //  "wrOgQhDgAAcwMTB7YmDkbeBsgT_KAAAA",
	ErrCode int    `json:"errcode"` //  90500,
	ErrMsg  string `json:"errmsg"`  //  "the owner of this chat is not resigned"

}

type ResponseGroupChatGet

type ResponseGroupChatGet struct {
	*response.ResponseWork
	GroupChat *power.HashMap `json:"group_chat"`
}

type ResponseGroupChatList

type ResponseGroupChatList struct {
	*response.ResponseWork
	GroupChatList []*ResponseFailedChat `json:"group_chat_list"`
	NextCursor    string                `json:"next_cursor"`
}

type ResponseGroupChatOpenGIDToChatID

type ResponseGroupChatOpenGIDToChatID struct {
	*response.ResponseWork
	ChatID *power.HashMap `json:"chat_id"`
}

type ResponseGroupChatTransfer

type ResponseGroupChatTransfer struct {
	*response.ResponseWork

	ExternalContactList []*ResponseFailedChat `json:"failed_chat_list"`
}

Jump to

Keyboard shortcuts

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