line / line-bot-sdk-go

LINE Messaging API SDK for Go

Home Page:https://developers.line.biz/en/docs/messaging-api/overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add properties for Manage LIFF APIs

hinoguma opened this issue · comments

Need adding properties for liff.
Now some props (description, features... ) do not exist.
https://developers.line.biz/en/reference/liff-server/#add-liff-app

// LIFFApp type
type LIFFApp struct {
LIFFID string `json:"liffId"`
View View `json:"view"`
}
// ViewRequest type
type ViewRequest struct {
View View `json:"view"`
}
// View type
type View struct {
Type LIFFViewType `json:"type"`
URL string `json:"url"`
}