Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroupClient ¶
type GroupClient struct {
// contains filtered or unexported fields
}
func NewGroupClient ¶
func NewGroupClient(cfg config.Config) *GroupClient
func (*GroupClient) AddAdminMember ¶
func (gc *GroupClient) AddAdminMember(groupId string, number string) error
func (*GroupClient) CreateOrUpdateGroup ¶
func (gc *GroupClient) CreateOrUpdateGroup(t *storage.Ticker) error
func (*GroupClient) QuitGroup ¶
func (gc *GroupClient) QuitGroup(groupID string) error
func (*GroupClient) RemoveAllMembers ¶
func (gc *GroupClient) RemoveAllMembers(groupId string) error
type GroupMember ¶
type ListGroupsResponseGroup ¶
type ListGroupsResponseGroup struct { GroupID string `json:"id"` Name string `json:"name"` Description string `json:"description"` Members []GroupMember `json:"members"` GroupInviteLink string `json:"groupInviteLink"` }
Click to show internal directories.
Click to hide internal directories.