Versions in this module Expand all Collapse all v8 v8.0.0 Jun 24, 2022 Changes in this version + var DefaultListOptions = &ListOptions + func AddContacts(c *messagebird.Client, groupID string, contactIDs []string) error + func Delete(c *messagebird.Client, id string) error + func ListContacts(c *messagebird.Client, groupID string, options *ListOptions) (*contact.ContactList, error) + func RemoveContact(c *messagebird.Client, groupID, contactID string) error + func Update(c *messagebird.Client, id string, request *Request) error + type Group struct + Contacts struct{ ... } + CreatedDatetime *time.Time + HRef string + ID string + Name string + UpdatedDatetime *time.Time + func Create(c *messagebird.Client, request *Request) (*Group, error) + func Read(c *messagebird.Client, id string) (*Group, error) + type GroupList struct + Count int + Items []Group + Limit int + Links struct{ ... } + Offset int + TotalCount int + func List(c *messagebird.Client, options *ListOptions) (*GroupList, error) + type ListOptions struct + Limit int + Offset int + type Request struct + Name string 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