The highest tagged major version is
v3.
package
Version:
v2.0.1-beta
Opens a new window with list of versions in this module.
Published: Jun 1, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type RequestGroupChatTransfer struct {
ChatIDList []string `json:"chat_id_list" `
NewOwner string `json:"new_owner"`
}
type RequestResignedTransferCustomer struct {
HandoverUserID string `json:"handover_userid" `
TakeoverUserID string `json:"takeover_userid"`
ExternalUserID []string `json:"external_userid"`
}
type RequestResignedTransferResult struct {
HandoverUserID string `json:"handover_userid" `
TakeoverUserID string `json:"takeover_userid"`
Cursor string `json:"cursor"`
}
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 struct {
HandoverUserID string `json:"handover_userid" `
TakeoverUserID string `json:"takeover_userid"`
Cursor string `json:"cursor"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.