Versions in this module Expand all Collapse all v0 v0.1.0 Dec 1, 2020 Changes in this version + const TagText + type Message interface + Content func() interface{} + Type func() string + type MsgPost struct + Tags []PostTag + Title string + func (mp *MsgPost) Content() interface{} + func (mp *MsgPost) Type() string + type PostTag struct + Tag string + Text string + type Robot struct + func NewRobot(botID string) *Robot + func (r *Robot) Send(ctx context.Context, msg Message, dst interface{}) error + func (r *Robot) SendPost(ctx context.Context, title string, tags ...PostTag) error