Versions in this module Expand all Collapse all v1 v1.2.13 Feb 15, 2026 Changes in this version + func Post(url string, timeout time.Duration, msg any) error + type Body struct + Text string + type Button struct + Label string + URL string + type Error struct + RetryAfter time.Duration + Status string + StatusCode int + func (e *Error) Error() string + func (e *Error) GetRetryAfter() time.Duration + type Message struct + Body Body + Button Button + Title string