Versions in this module Expand all Collapse all v8 v8.0.0 Jun 24, 2022 Changes in this version + func Delete(c *messagebird.Client, id string) error + type Params struct + DataCoding string + Language string + Originator string + Reference string + ReportURL string + Subject string + Template string + Timeout int + TokenLength int + Type string + Voice string + type Verify struct + CreatedDatetime *time.Time + HRef string + ID string + Messages map[string]string + Recipient string + Reference string + Status string + ValidUntilDatetime *time.Time + func Create(c *messagebird.Client, recipient string, params *Params) (*Verify, error) + func Read(c *messagebird.Client, id string) (*Verify, error) + func VerifyToken(c *messagebird.Client, id, token string) (*Verify, error) + func (v *Verify) UnmarshalJSON(b []byte) error + type VerifyMessage struct + ID string + Status string + func ReadVerifyEmailMessage(c *messagebird.Client, id string) (*VerifyMessage, error) Other modules containing this package github.com/messagebird/go-rest-api github.com/messagebird/go-rest-api/v6 github.com/messagebird/go-rest-api/v7 github.com/messagebird/go-rest-api/v9