types

package
v0.0.0-...-2c63f42 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReceivedCompletedOrderRequest

type ReceivedCompletedOrderRequest struct {
	PageID dot.IntID `json:"page_id"`

	// mock: psid_orderid
	OrderID string `json:"order_id"`

	Desc string `json:"string"`

	Amount int `json:"amount"`
}

type ReceivedCompletedOrderResponse

type ReceivedCompletedOrderResponse struct {
}

type ReceivedMessageRequest

type ReceivedMessageRequest struct {
	PageID  fbmsg.IntID `json:"page_id"`
	PSID    fbmsg.IntID `json:"psid"`
	Message string      `json:"message"`
}

type ReceivedMessageResponse

type ReceivedMessageResponse struct {
}

type ReceivedPostbackRequest

type ReceivedPostbackRequest struct {
	PageID          fbmsg.IntID `json:"page_id"`
	PSID            fbmsg.IntID `json:"psid"`
	PostbackTitle   string      `json:"postback_title"`
	PostbackPayload string      `json:"postback_payload"`
}

type ReceivedPostbackResponse

type ReceivedPostbackResponse struct {
}

Jump to

Keyboard shortcuts

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