Versions in this module Expand all Collapse all v2 v2.0.5 Nov 28, 2020 Changes in this version + type OfficialAccount struct + func NewOfficialAccount(cfg *config.Config) *OfficialAccount + func (officialAccount *OfficialAccount) GetAccessToken() (string, error) + func (officialAccount *OfficialAccount) GetBasic() *basic.Basic + func (officialAccount *OfficialAccount) GetBroadcast() *broadcast.Broadcast + func (officialAccount *OfficialAccount) GetContext() *context.Context + func (officialAccount *OfficialAccount) GetCustomerMessageManager() *message.Manager + func (officialAccount *OfficialAccount) GetDataCube() *datacube.DataCube + func (officialAccount *OfficialAccount) GetDevice() *device.Device + func (officialAccount *OfficialAccount) GetJs() *js.Js + func (officialAccount *OfficialAccount) GetMaterial() *material.Material + func (officialAccount *OfficialAccount) GetMenu() *menu.Menu + func (officialAccount *OfficialAccount) GetOauth() *oauth.Oauth + func (officialAccount *OfficialAccount) GetServer(req *http.Request, writer http.ResponseWriter) *server.Server + func (officialAccount *OfficialAccount) GetTemplate() *message.Template + func (officialAccount *OfficialAccount) GetUser() *user.User + func (officialAccount *OfficialAccount) SetAccessTokenHandle(accessTokenHandle credential.AccessTokenHandle)