Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelQuoteElement ¶
type EmojiElement ¶
type Feed ¶
type Feed struct { Id string Title string SubTitle string CreateTime int64 Poster *FeedPoster GuildId uint64 ChannelId uint64 Images []*FeedImageInfo Videos []*FeedVideoInfo Contents []IFeedRichContentElement }
func DecodeFeed ¶
func (*Feed) ToSendingPayload ¶
type FeedImageInfo ¶
type FeedPoster ¶
type FeedVideoInfo ¶
type IFeedRichContentElement ¶
type IFeedRichContentElement interface {
// contains filtered or unexported methods
}
type TextElement ¶
type TextElement struct {
Content string
}
type UrlQuoteElement ¶
Click to show internal directories.
Click to hide internal directories.