Versions in this module Expand all Collapse all v0 v0.0.1 Dec 21, 2022 Changes in this version + type AtElement struct + Id string + Nickname string + TinyId uint64 + type ChannelQuoteElement struct + ChannelId uint64 + DisplayText string + GuildId uint64 + type EmojiElement struct + Id string + Index int32 + Name string + type Feed struct + ChannelId uint64 + Contents []IFeedRichContentElement + CreateTime int64 + GuildId uint64 + Id string + Images []*FeedImageInfo + Poster *FeedPoster + SubTitle string + Title string + Videos []*FeedVideoInfo + func DecodeFeed(p *channel.StFeed) *Feed + func (f *Feed) ToSendingPayload(selfUin int64) string + type FeedImageInfo struct + FileId string + Height uint32 + PatternId string + Url string + Width uint32 + type FeedPoster struct + IconUrl string + Nickname string + TinyId uint64 + TinyIdStr string + type FeedVideoInfo struct + FileId string + Height uint32 + PatternId string + Url string + Width uint32 + type IFeedRichContentElement interface + type TextElement struct + Content string + type UrlQuoteElement struct + DisplayText string + Url string