Versions in this module Expand all Collapse all v1 v1.0.0 Jun 4, 2026 Changes in this version + type Chain []Segment + func New(segments ...Segment) Chain + func (c Chain) Append(segments ...Segment) Chain + func (c Chain) IsZero() bool + func (c Chain) MarshalJSON() ([]byte, error) + func (c Chain) Text() string + type Segment struct + Data map[string]any + Type string + func At(id any) Segment + func Face(id any) Segment + func Image(file string) Segment + func Raw(kind string, data map[string]any) Segment + func Record(file string) Segment + func Reply(id any) Segment + func Text(text string) Segment + func Video(file string) Segment