Versions in this module Expand all Collapse all v1 v1.0.1 Mar 1, 2022 Changes in this version + type Token struct + AccessToken string + AppID uint64 + Type Type + func BotToken(appID uint64, accessToken string) *Token + func New(tokenType Type) *Token + func UserToken(appID uint64, accessToken string) *Token + func (t *Token) GetString() string + func (t *Token) LoadFromConfig(file string) error + type Type string + const TypeBot + const TypeNormal