v3

package
v1.1.38 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2021 License: MIT Imports: 5 Imported by: 0

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 Bot

type Bot struct {
}

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

func (s *BotInfo) MarshalJSON() ([]byte, error)

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

func NewService(conf *config.Config) *Service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL