kakaolink

package module
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2022 License: MIT Imports: 9 Imported by: 0

README

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

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 Kakaolink struct {
	// contains filtered or unexported fields
}

func New

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

func (*Kakaolink) Login added in v1.0.4

func (k *Kakaolink) Login()
func (k *Kakaolink) SendLink(room string, options *SendData) error

type Options

type Options struct {
	KeepLogin bool
}

type SendData

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

Jump to

Keyboard shortcuts

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