kakaolink

package module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2022 License: MIT Imports: 8 Imported by: 0

README

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(email, pass, url, apiKey string, options *Options) *kakaolink

Types

type Chat

type Chat struct {
	Id               string   `json:"id"`
	Title            string   `json:"title"`
	MemberCount      int      `json:"memberCount"`
	ProfileImageURLs []string `json:"profileImageURLs"`
}

type ChatsRes

type ChatsRes struct {
	SecurityKey string `json:"securityKey"`
	Chats       []Chat `json:"chats"`
}

type Options

type Options struct {
	KeepLogin bool
}

type SendData

type SendData struct {
	Type string
	Data map[string]interface{}
}

Jump to

Keyboard shortcuts

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