Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ButtonReply ¶ added in v1.2.0
type Change ¶
type Change struct {
ID string `json:"id"`
Changes []ValueObject `json:"changes"`
}
type Interactive ¶ added in v0.2.0
type Interactive struct {
Type string `json:"type"`
NfmReply *NfmReply `json:"nfm_reply,omitempty"`
ButtonReply *ButtonReply `json:"button_reply,omitempty"`
}
type Message ¶
type Message struct {
From string `json:"from"`
FromUserID string `json:"from_user_id"`
FromParentUserID string `json:"from_parent_user_id"`
ID string `json:"id"`
Timestamp string `json:"timestamp"`
Type string `json:"type"`
Context *Context `json:"context"`
Text Text `json:"text"`
Interactive Interactive `json:"interactive"`
}
type Notification ¶
type ValueObject ¶
Click to show internal directories.
Click to hide internal directories.