Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionCard ¶
type ActionCardMessage ¶
type ActionCardMessage struct {
Msgtype string `json:"msgtype"`
ActionCard ActionCard `json:"actionCard"`
}
func NewActionCardMessage ¶
func NewActionCardMessage(actionCard ActionCard) *ActionCardMessage
type FeedCardMessage ¶
func NewFeedCardMessage ¶
func NewFeedCardMessage(feedCard FeedCard) *FeedCardMessage
type LinkMessage ¶
func NewLinkMessage ¶
func NewLinkMessage(link Link) *LinkMessage
type MarkDownMessage ¶
type MarkDownMessage struct {
Msgype string `json:"msgtype"`
Markdown Markdown `json:"markdown"`
At At `json:"at"`
}
func NewMarkDownMessage ¶
func NewMarkDownMessage(markdown Markdown, at At) *MarkDownMessage
type MessageResponse ¶
type TextMessage ¶
type TextMessage struct {
Msgtype string `json:"msgtype"`
At At `json:"at"`
Text Text `json:"text"`
}
func NewTextMessage ¶
func NewTextMessage(at At, text Text) *TextMessage
Click to show internal directories.
Click to hide internal directories.