Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MessageCard ¶
type MessageCard struct {
Type string
Context string
ThemeColor string
Summary string
Sections []MessageCardSection
}
type MessageCardSection ¶
type MessageCardSection struct {
ActivityTitle string
ActivitySubtitle string
ActivityImage string
Facts []MessageCardSectionFact
Markdown bool
}
type MessageCardSectionFact ¶
Click to show internal directories.
Click to hide internal directories.