aweme_ecosystem

package
v2.0.11 Latest Latest
Warning

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

Go to latest
Published: May 9, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package aweme_ecosystem code generated by lark suite oapi sdk gen

Package aweme_ecosystem code generated by lark suite oapi sdk gen

Package aweme_ecosystem 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 AwemeEcosystemService

type AwemeEcosystemService struct {
	AwemeUsers *awemeUsers
}

func New

func New(app *lark.App) *AwemeEcosystemService

type AwemeUser

type AwemeUser struct {
	AwemeUserId *int64  `json:"aweme_user_id,omitempty,string"`
	UserId      *string `json:"user_id,omitempty"`
	IsBinded    *bool   `json:"is_binded,omitempty"`
}

type AwemeUserBindedAccountEvent

type AwemeUserBindedAccountEvent struct {
	*lark.EventV2Base
	Event *AwemeUserBindedAccountEventData `json:"event"`
}

type AwemeUserBindedAccountEventData

type AwemeUserBindedAccountEventData struct {
	EventAwemeUser *EventAwemeUser `json:"event_aweme_user,omitempty"`
}

type AwemeUserGetBindInfoReq

type AwemeUserGetBindInfoReq struct {
	UserIdType *string `query:"user_id_type"`
	UserId     *string `query:"user_id"`
}

type AwemeUserGetBindInfoResp

type AwemeUserGetBindInfoResp struct {
	*lark.RawResponse `json:"-"`
	lark.CodeError
	Data *AwemeUserGetBindInfoRespData `json:"data"`
}

type AwemeUserGetBindInfoRespData

type AwemeUserGetBindInfoRespData struct {
	AwemeUser *AwemeUser `json:"aweme_user,omitempty"`
}

type EventAwemeUser

type EventAwemeUser struct {
	UserId      *UserId `json:"user_id,omitempty"`
	AwemeUserId *string `json:"aweme_user_id,omitempty"`
	IsBinded    *bool   `json:"is_binded,omitempty"`
}

type UserId

type UserId struct {
	UserId  *string `json:"user_id,omitempty"`
	OpenId  *string `json:"open_id,omitempty"`
	UnionId *string `json:"union_id,omitempty"`
}

Jump to

Keyboard shortcuts

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