Documentation
¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotGetReqCall ¶
type BotGetReqCall struct {
// contains filtered or unexported fields
}
func (*BotGetReqCall) Do ¶
func (rc *BotGetReqCall) Do() (*BotGetResult, error)
type BotGetResult ¶
type BotGetResult struct {
Bot *BotInfo `json:"bot,omitempty"`
}
type BotInfo ¶
type BotInfo struct { ActivateStatus int `json:"activate_status,omitempty"` AppName string `json:"app_name,omitempty"` AvatarUrl string `json:"avatar_url,omitempty"` IpWhiteList []string `json:"ip_white_list,omitempty"` OpenId string `json:"open_id,omitempty"` ForceSendFields []string `json:"-"` }
func (*BotInfo) MarshalJSON ¶
type BotService ¶
type BotService struct {
// contains filtered or unexported fields
}
func (*BotService) Get ¶
func (bots *BotService) Get(ctx *core.Context, optFns ...request.OptFn) *BotGetReqCall
type Service ¶
type Service struct { Bots *BotService // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.