Documentation ¶
Index ¶
- Constants
- Variables
- func IntPtr(v int) *int
- type APIError
- type AccessTokenResponse
- type AccessTokensResponse
- type AccountLink
- type AccountLinkResult
- type Action
- type ActionType
- type AddLIFFCall
- type AgeDetail
- type AgeFilter
- type AgeType
- type AppType
- type AppTypeDetail
- type AppTypeFilter
- type AreaDetail
- type AreaFilter
- type AreaType
- type AreasDetail
- type AudienceObject
- type AudioMessage
- type BasicResponse
- type Beacon
- type BeaconEventType
- type BlockStyle
- type BotInfoResponse
- type BoxComponent
- type BroadcastMessageCall
- type BubbleContainer
- type BubbleStyle
- type BulkLinkRichMenuCall
- type BulkUnlinkRichMenuCall
- type ButtonComponent
- type ButtonsTemplate
- func (t *ButtonsTemplate) MarshalJSON() ([]byte, error)
- func (*ButtonsTemplate) Template()
- func (t *ButtonsTemplate) WithDefaultAction(defaultAction TemplateAction) *ButtonsTemplate
- func (t *ButtonsTemplate) WithImageOptions(imageAspectRatio ImageAspectRatioType, imageSize ImageSizeType, ...) *ButtonsTemplate
- type CameraAction
- type CameraRollAction
- type CancelDefaultRichMenuCall
- type CarouselColumn
- type CarouselContainer
- type CarouselTemplate
- type ChatMode
- type ClickDetail
- type Client
- func (client *Client) AddLIFF(view View) *AddLIFFCall
- func (client *Client) BroadcastMessage(messages ...SendingMessage) *BroadcastMessageCall
- func (client *Client) BulkLinkRichMenu(richMenuID string, userIDs ...string) *BulkLinkRichMenuCall
- func (client *Client) BulkUnlinkRichMenu(userIDs ...string) *BulkUnlinkRichMenuCall
- func (client *Client) CancelDefaultRichMenu() *CancelDefaultRichMenuCall
- func (client *Client) CreateRichMenu(richMenu RichMenu) *CreateRichMenuCall
- func (client *Client) DeleteLIFF(liffID string) *DeleteLIFFCall
- func (client *Client) DeleteRichMenu(richMenuID string) *DeleteRichMenuCall
- func (client *Client) DownloadRichMenuImage(richMenuID string) *DownloadRichMenuImageCall
- func (client *Client) GetAccessTokensV2(clientAssertion string) *GetAccessTokensV2Call
- func (client *Client) GetBotInfo() *GetBotInfoCall
- func (client *Client) GetDefaultRichMenu() *GetDefaultRichMenuCall
- func (client *Client) GetFriendDemographics() *GetFriendDemographicsCall
- func (client *Client) GetGroupMemberCount(groupID string) *GetGroupMemberCountCall
- func (client *Client) GetGroupMemberIDs(groupID, continuationToken string) *GetGroupMemberIDsCall
- func (client *Client) GetGroupMemberProfile(groupID, userID string) *GetGroupMemberProfileCall
- func (client *Client) GetGroupSummary(groupID string) *GetGroupSummaryCall
- func (client *Client) GetLIFF() *GetLIFFAllCall
- func (client *Client) GetMessageConsumption() *GetMessageConsumptionCall
- func (client *Client) GetMessageContent(messageID string) *GetMessageContentCall
- func (client *Client) GetMessageQuota() *GetMessageQuotaCall
- func (client *Client) GetMessageQuotaConsumption() *GetMessageQuotaCall
- func (client *Client) GetNumberBroadcastMessages(date string) *GetNumberMessagesCall
- func (client *Client) GetNumberFollowers(date string) *GetNumberFollowersCall
- func (client *Client) GetNumberMessagesDelivery(date string) *GetNumberMessagesDeliveryCall
- func (client *Client) GetNumberMulticastMessages(date string) *GetNumberMessagesCall
- func (client *Client) GetNumberPushMessages(date string) *GetNumberMessagesCall
- func (client *Client) GetNumberReplyMessages(date string) *GetNumberMessagesCall
- func (client *Client) GetProfile(userID string) *GetProfileCall
- func (client *Client) GetProgressNarrowcastMessages(requestID string) *GetProgressMessagesCall
- func (client *Client) GetRichMenu(richMenuID string) *GetRichMenuCall
- func (client *Client) GetRichMenuList() *GetRichMenuListCall
- func (client *Client) GetRoomMemberCount(roomID string) *GetRoomMemberCountCall
- func (client *Client) GetRoomMemberIDs(roomID, continuationToken string) *GetRoomMemberIDsCall
- func (client *Client) GetRoomMemberProfile(roomID, userID string) *GetRoomMemberProfileCall
- func (client *Client) GetUserInteractionStats(requestID string) *GetUserInteractionStatsCall
- func (client *Client) GetUserRichMenu(userID string) *GetUserRichMenuCall
- func (client *Client) GetWebhookInfo() *GetWebhookInfo
- func (client *Client) IssueAccessToken(channelID, channelSecret string) *IssueAccessTokenCall
- func (client *Client) IssueAccessTokenV2(clientAssertion string) *IssueAccessTokenV2Call
- func (client *Client) IssueLinkToken(userID string) *IssueLinkTokenCall
- func (client *Client) LeaveGroup(groupID string) *LeaveGroupCall
- func (client *Client) LeaveRoom(roomID string) *LeaveRoomCall
- func (client *Client) LinkUserRichMenu(userID, richMenuID string) *LinkUserRichMenuCall
- func (client *Client) Multicast(to []string, messages ...SendingMessage) *MulticastCall
- func (client *Client) Narrowcast(messages ...SendingMessage) *NarrowcastCall
- func (client *Client) ParseRequest(r *http.Request) ([]*Event, error)
- func (client *Client) PushMessage(to string, messages ...SendingMessage) *PushMessageCall
- func (client *Client) ReplyMessage(replyToken string, messages ...SendingMessage) *ReplyMessageCall
- func (client *Client) RevokeAccessToken(accessToken string) *RevokeAccessTokenCall
- func (client *Client) RevokeAccessTokenV2(channelID, channelSecret, accessToken string) *RevokeAccessTokenV2Call
- func (client *Client) SetDefaultRichMenu(richMenuID string) *SetDefaultRichMenuCall
- func (client *Client) SetWebhookEndpointURL(webhookEndpoint string) *SetWebhookEndpointURLCall
- func (client *Client) TestWebhook() *TestWebhook
- func (client *Client) UnlinkUserRichMenu(userID string) *UnlinkUserRichMenuCall
- func (client *Client) UpdateLIFF(liffID string, view View) *UpdateLIFFCall
- func (client *Client) UploadRichMenuImage(richMenuID, imgPath string) *UploadRichMenuImageCall
- type ClientOption
- type ConfirmTemplate
- type CreateRichMenuCall
- type DatetimePickerAction
- type DeleteLIFFCall
- type DeleteRichMenuCall
- type DeliveryType
- type DemographicFilter
- type DemographicFilterOperator
- type DownloadRichMenuImageCall
- type Emoji
- type ErrorResponse
- type Event
- type EventMode
- type EventSource
- type EventSourceType
- type EventType
- type FileMessage
- type FillerComponent
- type Filter
- type FlexBoxLayoutType
- type FlexBubbleDirectionType
- type FlexBubbleSizeType
- type FlexButtonHeightType
- type FlexButtonStyleType
- type FlexComponent
- type FlexComponentAlignType
- type FlexComponentCornerRadiusType
- type FlexComponentGravityType
- type FlexComponentMarginType
- type FlexComponentSpacingType
- type FlexComponentType
- type FlexContainer
- type FlexContainerType
- type FlexIconAspectRatioType
- type FlexIconSizeType
- type FlexImageAspectModeType
- type FlexImageAspectRatioType
- type FlexImageSizeType
- type FlexMessage
- type FlexSpacerSizeType
- type FlexTextDecorationType
- type FlexTextSizeType
- type FlexTextStyleType
- type FlexTextWeightType
- type GenderDetail
- type GenderFilter
- type GenderType
- type GetAccessTokensV2Call
- type GetBotInfoCall
- type GetDefaultRichMenuCall
- type GetFriendDemographicsCall
- type GetGroupMemberCountCall
- type GetGroupMemberIDsCall
- type GetGroupMemberProfileCall
- type GetGroupSummaryCall
- type GetLIFFAllCall
- type GetMessageConsumptionCall
- type GetMessageContentCall
- type GetMessageQuotaCall
- type GetNumberFollowersCall
- type GetNumberMessagesCall
- type GetNumberMessagesDeliveryCall
- type GetProfileCall
- type GetProgressMessagesCall
- type GetRichMenuCall
- type GetRichMenuListCall
- type GetRoomMemberCountCall
- type GetRoomMemberIDsCall
- type GetRoomMemberProfileCall
- type GetUserInteractionStatsCall
- type GetUserRichMenuCall
- type GetWebhookInfo
- type GroupSummaryResponse
- type IDsScanner
- type IconComponent
- type ImageAspectRatioType
- type ImageCarouselColumn
- type ImageCarouselTemplate
- type ImageComponent
- type ImageMessage
- type ImageSizeType
- type ImagemapAction
- type ImagemapActionType
- type ImagemapArea
- type ImagemapBaseSize
- type ImagemapMessage
- func (m *ImagemapMessage) AddEmoji(emoji *Emoji) SendingMessage
- func (m *ImagemapMessage) MarshalJSON() ([]byte, error)
- func (*ImagemapMessage) Message()
- func (m *ImagemapMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
- func (m *ImagemapMessage) WithSender(sender *Sender) SendingMessage
- func (m *ImagemapMessage) WithVideo(video *ImagemapVideo) *ImagemapMessage
- type ImagemapVideo
- type ImagemapVideoExternalLink
- type InsightType
- type IssueAccessTokenCall
- type IssueAccessTokenV2Call
- type IssueLinkTokenCall
- type LIFFApp
- type LIFFAppsResponse
- type LIFFIDResponse
- type LIFFViewType
- type LeaveGroupCall
- type LeaveRoomCall
- type LinkTokenResponse
- type LinkUserRichMenuCall
- type LocationAction
- type LocationMessage
- func (m *LocationMessage) AddEmoji(emoji *Emoji) SendingMessage
- func (m *LocationMessage) MarshalJSON() ([]byte, error)
- func (*LocationMessage) Message()
- func (m *LocationMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
- func (m *LocationMessage) WithSender(sender *Sender) SendingMessage
- type MarkAsReadMode
- type MemberCountResponse
- type MemberIDsResponse
- type Members
- type Mention
- type Mentionee
- type Message
- type MessageAction
- type MessageConsumptionResponse
- type MessageContentResponse
- type MessageDetail
- type MessageImagemapAction
- type MessageQuotaResponse
- type MessageType
- type MessagesFriendDemographicsResponse
- type MessagesNumberDeliveryResponse
- type MessagesNumberFollowersResponse
- type MessagesNumberResponse
- type MessagesProgressResponse
- type MessagesUserInteractionStatsResponse
- type MulticastCall
- type NarrowcastCall
- func (call *NarrowcastCall) Do() (*BasicResponse, error)
- func (call *NarrowcastCall) WithContext(ctx context.Context) *NarrowcastCall
- func (call *NarrowcastCall) WithDemographic(demographic DemographicFilter) *NarrowcastCall
- func (call *NarrowcastCall) WithLimitMax(max int) *NarrowcastCall
- func (call *NarrowcastCall) WithLimitMaxUpToRemainingQuota(max int, upToRemainingQuota bool) *NarrowcastCall
- func (call *NarrowcastCall) WithRecipient(recipient Recipient) *NarrowcastCall
- func (call *NarrowcastCall) WithRetryKey(retryKey string) *NarrowcastCall
- type NarrowcastMessageLimit
- type OverviewDetail
- type Params
- type PeriodType
- type Postback
- type PostbackAction
- type ProgressType
- type PushMessageCall
- type QuickReplyAction
- type QuickReplyButton
- type QuickReplyItems
- type Recipient
- type RecipientOperator
- type RedeliveryObject
- type ReplyMessageCall
- type RevokeAccessTokenCall
- type RevokeAccessTokenV2Call
- type RichMenu
- type RichMenuAction
- type RichMenuActionType
- type RichMenuBounds
- type RichMenuIDResponse
- type RichMenuResponse
- type RichMenuSize
- type Sender
- type SendingMessage
- type SeparatorComponent
- type SetDefaultRichMenuCall
- type SetWebhookEndpointURLCall
- type SpacerComponent
- type SpanComponent
- type StickerMessage
- type StickerResourceType
- type SubscriptionPeriodDetail
- type SubscriptionPeriodFilter
- type Template
- type TemplateAction
- type TemplateMessage
- func (m *TemplateMessage) AddEmoji(emoji *Emoji) SendingMessage
- func (m *TemplateMessage) MarshalJSON() ([]byte, error)
- func (*TemplateMessage) Message()
- func (m *TemplateMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
- func (m *TemplateMessage) WithSender(sender *Sender) SendingMessage
- type TemplateType
- type TestWebhook
- type TestWebhookResponse
- type TextComponent
- type TextMessage
- type Things
- type ThingsActionResult
- type ThingsActionResultType
- type ThingsResult
- type ThingsResultCode
- type URIAction
- type URIActionAltURI
- type URIImagemapAction
- type UnlinkUserRichMenuCall
- type Unsend
- type UpdateLIFFCall
- type UploadRichMenuImageCall
- type UserProfileResponse
- type VideoMessage
- type VideoPlayComplete
- type View
- type ViewRequest
- type WebhookInfoResponse
Examples ¶
Constants ¶
const ( APIEndpointBase = "https://api.line.me" APIEndpointBaseData = "https://api-data.line.me" APIEndpointPushMessage = "/v2/bot/message/push" APIEndpointBroadcastMessage = "/v2/bot/message/broadcast" APIEndpointReplyMessage = "/v2/bot/message/reply" APIEndpointMulticast = "/v2/bot/message/multicast" APIEndpointNarrowcast = "/v2/bot/message/narrowcast" APIEndpointGetMessageContent = "/v2/bot/message/%s/content" APIEndpointGetMessageQuota = "/v2/bot/message/quota" APIEndpointGetMessageConsumption = "/v2/bot/message/quota/consumption" APIEndpointGetMessageQuotaConsumption = "/v2/bot/message/quota/consumption" APIEndpointLeaveGroup = "/v2/bot/group/%s/leave" APIEndpointLeaveRoom = "/v2/bot/room/%s/leave" APIEndpointGetProfile = "/v2/bot/profile/%s" APIEndpointGetGroupMemberProfile = "/v2/bot/group/%s/member/%s" APIEndpointGetRoomMemberProfile = "/v2/bot/room/%s/member/%s" APIEndpointGetGroupMemberIDs = "/v2/bot/group/%s/members/ids" APIEndpointGetRoomMemberIDs = "/v2/bot/room/%s/members/ids" APIEndpointGetGroupMemberCount = "/v2/bot/group/%s/members/count" APIEndpointGetRoomMemberCount = "/v2/bot/room/%s/members/count" APIEndpointGetGroupSummary = "/v2/bot/group/%s/summary" APIEndpointCreateRichMenu = "/v2/bot/richmenu" APIEndpointGetRichMenu = "/v2/bot/richmenu/%s" APIEndpointListRichMenu = "/v2/bot/richmenu/list" APIEndpointDeleteRichMenu = "/v2/bot/richmenu/%s" APIEndpointGetUserRichMenu = "/v2/bot/user/%s/richmenu" APIEndpointLinkUserRichMenu = "/v2/bot/user/%s/richmenu/%s" APIEndpointUnlinkUserRichMenu = "/v2/bot/user/%s/richmenu" APIEndpointSetDefaultRichMenu = "/v2/bot/user/all/richmenu/%s" APIEndpointDefaultRichMenu = "/v2/bot/user/all/richmenu" // Get: GET / Delete: DELETE APIEndpointDownloadRichMenuImage = "/v2/bot/richmenu/%s/content" // Download: GET / Upload: POST APIEndpointUploadRichMenuImage = "/v2/bot/richmenu/%s/content" // Download: GET / Upload: POST APIEndpointBulkLinkRichMenu = "/v2/bot/richmenu/bulk/link" APIEndpointBulkUnlinkRichMenu = "/v2/bot/richmenu/bulk/unlink" APIEndpointGetAllLIFFApps = "/liff/v1/apps" APIEndpointAddLIFFApp = "/liff/v1/apps" APIEndpointUpdateLIFFApp = "/liff/v1/apps/%s/view" APIEndpointDeleteLIFFApp = "/liff/v1/apps/%s" APIEndpointLinkToken = "/v2/bot/user/%s/linkToken" APIEndpointGetMessageDelivery = "/v2/bot/message/delivery/%s" APIEndpointGetMessageProgress = "/v2/bot/message/progress/%s" APIEndpointInsight = "/v2/bot/insight/%s" APIEndpointGetBotInfo = "/v2/bot/info" APIEndpointIssueAccessToken = "/v2/oauth/accessToken" APIEndpointRevokeAccessToken = "/v2/oauth/revoke" APIEndpointIssueAccessTokenV2 = "/oauth2/v2.1/token" APIEndpointGetAccessTokensV2 = "/oauth2/v2.1/tokens/kid" APIEndpointRevokeAccessTokenV2 = "/oauth2/v2.1/revoke" APIEndpointGetWebhookInfo = "/v2/bot/channel/webhook/endpoint" APIEndpointSetWebhookEndpoint = "/v2/bot/channel/webhook/endpoint" APIEndpointTestWebhook = "/v2/bot/channel/webhook/test" )
APIEndpoint constants
Variables ¶
var (
ErrInvalidSignature = errors.New("invalid signature")
)
errors
Functions ¶
Types ¶
type AccessTokenResponse ¶
type AccessTokenResponse struct { AccessToken string `json:"access_token"` ExpiresIn int64 `json:"expires_in"` TokenType string `json:"token_type"` KeyID string `json:"key_id"` }
AccessTokenResponse type
type AccessTokensResponse ¶
type AccessTokensResponse struct {
KeyIDs []string `json:"kids"`
}
AccessTokensResponse type
type AccountLink ¶ added in v1.2.1
type AccountLink struct { Result AccountLinkResult Nonce string }
AccountLink type
type AccountLinkResult ¶ added in v1.2.1
type AccountLinkResult string
AccountLinkResult type
const ( AccountLinkResultOK AccountLinkResult = "ok" AccountLinkResultFailed AccountLinkResult = "failed" )
AccountLinkResult constants
type ActionType ¶
type ActionType string
ActionType type
const ( ActionTypeURI ActionType = "uri" ActionTypeMessage ActionType = "message" ActionTypePostback ActionType = "postback" ActionTypeDatetimePicker ActionType = "datetimepicker" ActionTypeCamera ActionType = "camera" ActionTypeCameraRoll ActionType = "cameraRoll" ActionTypeLocation ActionType = "location" )
ActionType constants
type AddLIFFCall ¶ added in v1.2.1
type AddLIFFCall struct {
// contains filtered or unexported fields
}
AddLIFFCall type
func (*AddLIFFCall) Do ¶ added in v1.2.1
func (call *AddLIFFCall) Do() (*LIFFIDResponse, error)
Do method
func (*AddLIFFCall) WithContext ¶ added in v1.2.1
func (call *AddLIFFCall) WithContext(ctx context.Context) *AddLIFFCall
WithContext method
type AgeFilter ¶
type AgeFilter struct { Type string `json:"type"` GTE AgeType `json:"gte,omitempty"` // greater than or equal to LT AgeType `json:"lt,omitempty"` // less than }
AgeFilter type
func (*AgeFilter) DemographicFilter ¶
func (*AgeFilter) DemographicFilter()
DemographicFilter implements DemographicFilter interface
type AppTypeDetail ¶
type AppTypeDetail struct { AppType string `json:"appType"` Percentage float64 `json:"percentage"` }
AppTypeDetail type
type AppTypeFilter ¶
AppTypeFilter type
func NewAppTypeFilter ¶
func NewAppTypeFilter(appTypes ...AppType) *AppTypeFilter
NewAppTypeFilter function
func (*AppTypeFilter) DemographicFilter ¶
func (*AppTypeFilter) DemographicFilter()
DemographicFilter implements DemographicFilter interface
type AreaDetail ¶ added in v1.1.0
type AreaDetail struct { Bounds RichMenuBounds `json:"bounds"` Action RichMenuAction `json:"action"` }
AreaDetail type for areas array
type AreaFilter ¶
AreaFilter type
func (*AreaFilter) DemographicFilter ¶
func (*AreaFilter) DemographicFilter()
DemographicFilter implements DemographicFilter interface
type AreaType ¶
type AreaType string
AreaType type
const ( AreaJPHokkaido AreaType = "jp_01" AreaJPAomori AreaType = "jp_02" AreaJPIwate AreaType = "jp_03" AreaJPMiyagi AreaType = "jp_04" AreaJPAkita AreaType = "jp_05" AreaJPYamagata AreaType = "jp_06" AreaJPFukushima AreaType = "jp_07" AreaJPIbaraki AreaType = "jp_08" AreaJPTochigi AreaType = "jp_09" AreaJPGunma AreaType = "jp_10" AreaJPSaitama AreaType = "jp_11" AreaJPChiba AreaType = "jp_12" AreaJPTokyo AreaType = "jp_13" AreaJPKanagawa AreaType = "jp_14" AreaJPNiigata AreaType = "jp_15" AreaJPToyama AreaType = "jp_16" AreaJPIshikawa AreaType = "jp_17" AreaJPFukui AreaType = "jp_18" AreaJPYamanashi AreaType = "jp_19" AreaJPNagano AreaType = "jp_20" AreaJPGifu AreaType = "jp_21" AreaJPShizuoka AreaType = "jp_22" AreaJPAichi AreaType = "jp_23" AreaJPMie AreaType = "jp_24" AreaJPShiga AreaType = "jp_25" AreaJPKyoto AreaType = "jp_26" AreaJPOsaka AreaType = "jp_27" AreaJPHyougo AreaType = "jp_28" AreaJPNara AreaType = "jp_29" AreaJPWakayama AreaType = "jp_30" AreaJPTottori AreaType = "jp_31" AreaJPShimane AreaType = "jp_32" AreaJPOkayama AreaType = "jp_33" AreaJPHiroshima AreaType = "jp_34" AreaJPYamaguchi AreaType = "jp_35" AreaJPTokushima AreaType = "jp_36" AreaJPKagawa AreaType = "jp_37" AreaJPEhime AreaType = "jp_38" AreaJPKouchi AreaType = "jp_39" AreaJPFukuoka AreaType = "jp_40" AreaJPSaga AreaType = "jp_41" AreaJPNagasaki AreaType = "jp_42" AreaJPKumamoto AreaType = "jp_43" AreaJPOita AreaType = "jp_44" AreaJPMiyazaki AreaType = "jp_45" AreaJPKagoshima AreaType = "jp_46" AreaJPOkinawa AreaType = "jp_47" AreaTWTaipeiCity AreaType = "tw_01" AreaTWNewTaipeiCity AreaType = "tw_02" AreaTWTaoyuanCity AreaType = "tw_03" AreaTWTaichungCity AreaType = "tw_04" AreaTWTainanCity AreaType = "tw_05" AreaTWKaohsiungCity AreaType = "tw_06" AreaTWKeelungCity AreaType = "tw_07" AreaTWHsinchuCity AreaType = "tw_08" AreaTWChiayiCity AreaType = "tw_09" AreaTWHsinchuCounty AreaType = "tw_10" AreaTWMiaoliCounty AreaType = "tw_11" AreaTWChanghuaCounty AreaType = "tw_12" AreaTWNantouCounty AreaType = "tw_13" AreaTWYunlinCounty AreaType = "tw_14" AreaTWChiayiCounty AreaType = "tw_15" AreaTWPingtungCounty AreaType = "tw_16" AreaTWYilanCounty AreaType = "tw_17" AreaTWHualienCounty AreaType = "tw_18" AreaTWTaitungCounty AreaType = "tw_19" AreaTWPenghuCounty AreaType = "tw_20" AreaTWKinmenCounty AreaType = "tw_21" AreaTWLienchiangCounty AreaType = "tw_22" AreaTHBangkok AreaType = "th_01" AreaTHPattaya AreaType = "th_02" AreaTHNorthern AreaType = "th_03" AreaTHCentral AreaType = "th_04" AreaTHSouthern AreaType = "th_05" AreaTHEastern AreaType = "th_06" AreaTHNorthEastern AreaType = "th_07" AreaTHWestern AreaType = "th_08" AreaIDBali AreaType = "id_01" AreaIDBandung AreaType = "id_02" AreaIDBanjarmasin AreaType = "id_03" AreaIDJabodetabek AreaType = "id_04" AreaIDLainnya AreaType = "id_05" AreaIDMakassar AreaType = "id_06" AreaIDMedan AreaType = "id_07" AreaIDPalembang AreaType = "id_08" AreaIDSamarinda AreaType = "id_09" AreaIDSemarang AreaType = "id_10" AreaIDSurabaya AreaType = "id_11" AreaIDYogyakarta AreaType = "id_12" )
AreaType constants
type AreasDetail ¶
AreasDetail type
type AudienceObject ¶
AudienceObject type is created to be used with specific recipient objects
func NewAudienceObject ¶
func NewAudienceObject(groupID int) *AudienceObject
NewAudienceObject function
func (*AudienceObject) Recipient ¶
func (*AudienceObject) Recipient()
Recipient implements Recipient interface
type AudioMessage ¶
type AudioMessage struct { ID string OriginalContentURL string Duration int // contains filtered or unexported fields }
AudioMessage type
func NewAudioMessage ¶
func NewAudioMessage(originalContentURL string, duration int) *AudioMessage
NewAudioMessage function
func (*AudioMessage) AddEmoji ¶
func (m *AudioMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of AudioMessage
func (*AudioMessage) MarshalJSON ¶
func (m *AudioMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of AudioMessage
func (*AudioMessage) Message ¶ added in v1.1.0
func (*AudioMessage) Message()
Message implements Message interface
func (*AudioMessage) WithQuickReplies ¶
func (m *AudioMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of AudioMessage
func (*AudioMessage) WithSender ¶
func (m *AudioMessage) WithSender(sender *Sender) SendingMessage
WithSender method of AudioMessage
type Beacon ¶
type Beacon struct { Hwid string Type BeaconEventType DeviceMessage []byte }
Beacon type
type BeaconEventType ¶
type BeaconEventType string
BeaconEventType type
const ( BeaconEventTypeEnter BeaconEventType = "enter" BeaconEventTypeLeave BeaconEventType = "leave" BeaconEventTypeBanner BeaconEventType = "banner" BeaconEventTypeStay BeaconEventType = "stay" )
BeaconEventType constants
type BlockStyle ¶ added in v1.2.0
type BlockStyle struct { BackgroundColor string `json:"backgroundColor,omitempty"` Separator bool `json:"separator,omitempty"` SeparatorColor string `json:"separatorColor,omitempty"` }
BlockStyle type
type BotInfoResponse ¶
type BotInfoResponse struct { UserID string `json:"userId"` BasicID string `json:"basicId"` PremiumID string `json:"premiumId"` DisplayName string `json:"displayName"` PictureURL string `json:"pictureUrl"` ChatMode ChatMode `json:"chatMode"` MarkAsReadMode MarkAsReadMode `json:"markAsReadMode"` }
BotInfoResponse type
type BoxComponent ¶ added in v1.2.0
type BoxComponent struct { Type FlexComponentType Layout FlexBoxLayoutType Contents []FlexComponent Flex *int Spacing FlexComponentSpacingType Margin FlexComponentMarginType Width string Height string CornerRadius FlexComponentCornerRadiusType BackgroundColor string BorderColor string Action TemplateAction }
BoxComponent type
func (*BoxComponent) FlexComponent ¶ added in v1.2.0
func (*BoxComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*BoxComponent) MarshalJSON ¶
func (c *BoxComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of BoxComponent
func (*BoxComponent) UnmarshalJSON ¶ added in v1.2.0
func (c *BoxComponent) UnmarshalJSON(data []byte) error
UnmarshalJSON method for BoxComponent
type BroadcastMessageCall ¶
type BroadcastMessageCall struct {
// contains filtered or unexported fields
}
BroadcastMessageCall type
func (*BroadcastMessageCall) Do ¶
func (call *BroadcastMessageCall) Do() (*BasicResponse, error)
Do method
func (*BroadcastMessageCall) WithContext ¶
func (call *BroadcastMessageCall) WithContext(ctx context.Context) *BroadcastMessageCall
WithContext method
func (*BroadcastMessageCall) WithRetryKey ¶
func (call *BroadcastMessageCall) WithRetryKey(retryKey string) *BroadcastMessageCall
WithRetryKey method will set retry key string (UUID) on BroadcastMessage.
type BubbleContainer ¶ added in v1.2.0
type BubbleContainer struct { Type FlexContainerType Size FlexBubbleSizeType Direction FlexBubbleDirectionType Header *BoxComponent Hero *ImageComponent Body *BoxComponent Styles *BubbleStyle }
BubbleContainer type
func (*BubbleContainer) FlexContainer ¶ added in v1.2.0
func (*BubbleContainer) FlexContainer()
FlexContainer implements FlexContainer interface
func (*BubbleContainer) MarshalJSON ¶
func (c *BubbleContainer) MarshalJSON() ([]byte, error)
MarshalJSON method of BubbleContainer
type BubbleStyle ¶ added in v1.2.0
type BubbleStyle struct { Header *BlockStyle `json:"header,omitempty"` Hero *BlockStyle `json:"hero,omitempty"` Body *BlockStyle `json:"body,omitempty"` }
BubbleStyle type
type BulkLinkRichMenuCall ¶
type BulkLinkRichMenuCall struct {
// contains filtered or unexported fields
}
BulkLinkRichMenuCall type
func (*BulkLinkRichMenuCall) Do ¶
func (call *BulkLinkRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*BulkLinkRichMenuCall) WithContext ¶
func (call *BulkLinkRichMenuCall) WithContext(ctx context.Context) *BulkLinkRichMenuCall
WithContext method
type BulkUnlinkRichMenuCall ¶
type BulkUnlinkRichMenuCall struct {
// contains filtered or unexported fields
}
BulkUnlinkRichMenuCall type
func (*BulkUnlinkRichMenuCall) Do ¶
func (call *BulkUnlinkRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*BulkUnlinkRichMenuCall) WithContext ¶
func (call *BulkUnlinkRichMenuCall) WithContext(ctx context.Context) *BulkUnlinkRichMenuCall
WithContext method
type ButtonComponent ¶ added in v1.2.0
type ButtonComponent struct { Type FlexComponentType Action TemplateAction Flex *int Margin FlexComponentMarginType Height FlexButtonHeightType Style FlexButtonStyleType Color string Gravity FlexComponentGravityType }
ButtonComponent type
func (*ButtonComponent) FlexComponent ¶ added in v1.2.0
func (*ButtonComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*ButtonComponent) MarshalJSON ¶
func (c *ButtonComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of ButtonComponent
func (*ButtonComponent) UnmarshalJSON ¶ added in v1.2.0
func (c *ButtonComponent) UnmarshalJSON(data []byte) error
UnmarshalJSON method for ButtonComponent
type ButtonsTemplate ¶
type ButtonsTemplate struct { ThumbnailImageURL string ImageAspectRatio ImageAspectRatioType ImageSize ImageSizeType ImageBackgroundColor string Title string Text string Actions []TemplateAction DefaultAction TemplateAction }
ButtonsTemplate type
func NewButtonsTemplate ¶
func NewButtonsTemplate(thumbnailImageURL, title, text string, actions ...TemplateAction) *ButtonsTemplate
NewButtonsTemplate function `thumbnailImageURL` and `title` are optional. they can be empty.
func (*ButtonsTemplate) MarshalJSON ¶
func (t *ButtonsTemplate) MarshalJSON() ([]byte, error)
MarshalJSON method of ButtonsTemplate
func (*ButtonsTemplate) Template ¶ added in v1.1.0
func (*ButtonsTemplate) Template()
Template implements Template interface
func (*ButtonsTemplate) WithDefaultAction ¶
func (t *ButtonsTemplate) WithDefaultAction(defaultAction TemplateAction) *ButtonsTemplate
WithDefaultAction method, ButtonsTemplate can set defaultAction
func (*ButtonsTemplate) WithImageOptions ¶ added in v1.1.0
func (t *ButtonsTemplate) WithImageOptions(imageAspectRatio ImageAspectRatioType, imageSize ImageSizeType, imageBackgroundColor string) *ButtonsTemplate
WithImageOptions method, ButtonsTemplate can set imageAspectRatio, imageSize and imageBackgroundColor
type CameraAction ¶
type CameraAction struct {
Label string
}
CameraAction type
func (*CameraAction) MarshalJSON ¶
func (a *CameraAction) MarshalJSON() ([]byte, error)
MarshalJSON method of CameraAction
func (*CameraAction) QuickReplyAction ¶
func (*CameraAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
type CameraRollAction ¶
type CameraRollAction struct {
Label string
}
CameraRollAction type
func NewCameraRollAction ¶
func NewCameraRollAction(label string) *CameraRollAction
NewCameraRollAction function
func (*CameraRollAction) MarshalJSON ¶
func (a *CameraRollAction) MarshalJSON() ([]byte, error)
MarshalJSON method of CameraRollAction
func (*CameraRollAction) QuickReplyAction ¶
func (*CameraRollAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
type CancelDefaultRichMenuCall ¶
type CancelDefaultRichMenuCall struct {
// contains filtered or unexported fields
}
CancelDefaultRichMenuCall type
func (*CancelDefaultRichMenuCall) Do ¶
func (call *CancelDefaultRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*CancelDefaultRichMenuCall) WithContext ¶
func (call *CancelDefaultRichMenuCall) WithContext(ctx context.Context) *CancelDefaultRichMenuCall
WithContext method
type CarouselColumn ¶
type CarouselColumn struct { ThumbnailImageURL string `json:"thumbnailImageUrl,omitempty"` ImageBackgroundColor string `json:"imageBackgroundColor,omitempty"` Title string `json:"title,omitempty"` Text string `json:"text"` Actions []TemplateAction `json:"actions"` DefaultAction TemplateAction `json:"defaultAction,omitempty"` }
CarouselColumn type
func NewCarouselColumn ¶
func NewCarouselColumn(thumbnailImageURL, title, text string, actions ...TemplateAction) *CarouselColumn
NewCarouselColumn function `thumbnailImageURL` and `title` are optional. they can be empty.
func (*CarouselColumn) WithDefaultAction ¶
func (t *CarouselColumn) WithDefaultAction(defaultAction TemplateAction) *CarouselColumn
WithDefaultAction method, CarouselColumn can set defaultAction
func (*CarouselColumn) WithImageOptions ¶ added in v1.1.0
func (t *CarouselColumn) WithImageOptions(imageBackgroundColor string) *CarouselColumn
WithImageOptions method, CarouselColumn can set imageBackgroundColor
type CarouselContainer ¶ added in v1.2.0
type CarouselContainer struct { Type FlexContainerType Contents []*BubbleContainer }
CarouselContainer type
func (*CarouselContainer) FlexContainer ¶ added in v1.2.0
func (*CarouselContainer) FlexContainer()
FlexContainer implements FlexContainer interface
func (*CarouselContainer) MarshalJSON ¶
func (c *CarouselContainer) MarshalJSON() ([]byte, error)
MarshalJSON method of CarouselContainer
type CarouselTemplate ¶
type CarouselTemplate struct { Columns []*CarouselColumn ImageAspectRatio ImageAspectRatioType ImageSize ImageSizeType }
CarouselTemplate type
func NewCarouselTemplate ¶
func NewCarouselTemplate(columns ...*CarouselColumn) *CarouselTemplate
NewCarouselTemplate function
func (*CarouselTemplate) MarshalJSON ¶
func (t *CarouselTemplate) MarshalJSON() ([]byte, error)
MarshalJSON method of CarouselTemplate
func (*CarouselTemplate) Template ¶ added in v1.1.0
func (*CarouselTemplate) Template()
Template implements Template interface
func (*CarouselTemplate) WithImageOptions ¶ added in v1.1.0
func (t *CarouselTemplate) WithImageOptions(imageAspectRatio ImageAspectRatioType, imageSize ImageSizeType) *CarouselTemplate
WithImageOptions method, CarouselTemplate can set imageAspectRatio and imageSize
type ChatMode ¶
type ChatMode string
ChatMode type
const ( ChatModeChat ChatMode = "chat" ChatModeBot = "bot" )
ChatMode constants
type ClickDetail ¶
type ClickDetail struct { Seq int64 `json:"seq"` URL string `json:"url"` Click int64 `json:"click"` UniqueClick int64 `json:"uniqueClick"` UniqueClickOfRequest int64 `json:"uniqueClickOfRequest"` }
ClickDetail type
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client type
func New ¶
func New(channelSecret, channelToken string, options ...ClientOption) (*Client, error)
New returns a new bot client instance.
func (*Client) AddLIFF ¶ added in v1.2.1
func (client *Client) AddLIFF(view View) *AddLIFFCall
AddLIFF method
func (*Client) BroadcastMessage ¶
func (client *Client) BroadcastMessage(messages ...SendingMessage) *BroadcastMessageCall
BroadcastMessage method
func (*Client) BulkLinkRichMenu ¶
func (client *Client) BulkLinkRichMenu(richMenuID string, userIDs ...string) *BulkLinkRichMenuCall
BulkLinkRichMenu method
func (*Client) BulkUnlinkRichMenu ¶
func (client *Client) BulkUnlinkRichMenu(userIDs ...string) *BulkUnlinkRichMenuCall
BulkUnlinkRichMenu method
func (*Client) CancelDefaultRichMenu ¶
func (client *Client) CancelDefaultRichMenu() *CancelDefaultRichMenuCall
CancelDefaultRichMenu method
func (*Client) CreateRichMenu ¶ added in v1.1.0
func (client *Client) CreateRichMenu(richMenu RichMenu) *CreateRichMenuCall
CreateRichMenu method
func (*Client) DeleteLIFF ¶ added in v1.2.1
func (client *Client) DeleteLIFF(liffID string) *DeleteLIFFCall
DeleteLIFF method
func (*Client) DeleteRichMenu ¶ added in v1.1.0
func (client *Client) DeleteRichMenu(richMenuID string) *DeleteRichMenuCall
DeleteRichMenu method
func (*Client) DownloadRichMenuImage ¶ added in v1.1.0
func (client *Client) DownloadRichMenuImage(richMenuID string) *DownloadRichMenuImageCall
DownloadRichMenuImage method
func (*Client) GetAccessTokensV2 ¶
func (client *Client) GetAccessTokensV2(clientAssertion string) *GetAccessTokensV2Call
GetAccessTokensV2 method
func (*Client) GetDefaultRichMenu ¶
func (client *Client) GetDefaultRichMenu() *GetDefaultRichMenuCall
GetDefaultRichMenu method
func (*Client) GetFriendDemographics ¶
func (client *Client) GetFriendDemographics() *GetFriendDemographicsCall
GetFriendDemographics method
func (*Client) GetGroupMemberCount ¶
func (client *Client) GetGroupMemberCount(groupID string) *GetGroupMemberCountCall
GetGroupMemberCount method
func (*Client) GetGroupMemberIDs ¶ added in v1.1.0
func (client *Client) GetGroupMemberIDs(groupID, continuationToken string) *GetGroupMemberIDsCall
GetGroupMemberIDs method
func (*Client) GetGroupMemberProfile ¶ added in v1.1.0
func (client *Client) GetGroupMemberProfile(groupID, userID string) *GetGroupMemberProfileCall
GetGroupMemberProfile method
func (*Client) GetGroupSummary ¶
func (client *Client) GetGroupSummary(groupID string) *GetGroupSummaryCall
GetGroupSummary method
func (*Client) GetLIFF ¶ added in v1.2.1
func (client *Client) GetLIFF() *GetLIFFAllCall
GetLIFF method
func (*Client) GetMessageConsumption ¶
func (client *Client) GetMessageConsumption() *GetMessageConsumptionCall
GetMessageConsumption method
func (*Client) GetMessageContent ¶
func (client *Client) GetMessageContent(messageID string) *GetMessageContentCall
GetMessageContent method
func (*Client) GetMessageQuota ¶
func (client *Client) GetMessageQuota() *GetMessageQuotaCall
GetMessageQuota method
func (*Client) GetMessageQuotaConsumption ¶
func (client *Client) GetMessageQuotaConsumption() *GetMessageQuotaCall
GetMessageQuotaConsumption method
func (*Client) GetNumberBroadcastMessages ¶
func (client *Client) GetNumberBroadcastMessages(date string) *GetNumberMessagesCall
GetNumberBroadcastMessages method
func (*Client) GetNumberFollowers ¶
func (client *Client) GetNumberFollowers(date string) *GetNumberFollowersCall
GetNumberFollowers method
func (*Client) GetNumberMessagesDelivery ¶
func (client *Client) GetNumberMessagesDelivery(date string) *GetNumberMessagesDeliveryCall
GetNumberMessagesDelivery method
func (*Client) GetNumberMulticastMessages ¶
func (client *Client) GetNumberMulticastMessages(date string) *GetNumberMessagesCall
GetNumberMulticastMessages method
func (*Client) GetNumberPushMessages ¶
func (client *Client) GetNumberPushMessages(date string) *GetNumberMessagesCall
GetNumberPushMessages method
func (*Client) GetNumberReplyMessages ¶
func (client *Client) GetNumberReplyMessages(date string) *GetNumberMessagesCall
GetNumberReplyMessages method
func (*Client) GetProfile ¶
func (client *Client) GetProfile(userID string) *GetProfileCall
GetProfile method
func (*Client) GetProgressNarrowcastMessages ¶
func (client *Client) GetProgressNarrowcastMessages(requestID string) *GetProgressMessagesCall
GetProgressNarrowcastMessages method
func (*Client) GetRichMenu ¶ added in v1.1.0
func (client *Client) GetRichMenu(richMenuID string) *GetRichMenuCall
GetRichMenu method
func (*Client) GetRichMenuList ¶ added in v1.1.0
func (client *Client) GetRichMenuList() *GetRichMenuListCall
GetRichMenuList method
func (*Client) GetRoomMemberCount ¶
func (client *Client) GetRoomMemberCount(roomID string) *GetRoomMemberCountCall
GetRoomMemberCount method
func (*Client) GetRoomMemberIDs ¶ added in v1.1.0
func (client *Client) GetRoomMemberIDs(roomID, continuationToken string) *GetRoomMemberIDsCall
GetRoomMemberIDs method
func (*Client) GetRoomMemberProfile ¶ added in v1.1.0
func (client *Client) GetRoomMemberProfile(roomID, userID string) *GetRoomMemberProfileCall
GetRoomMemberProfile method
func (*Client) GetUserInteractionStats ¶
func (client *Client) GetUserInteractionStats(requestID string) *GetUserInteractionStatsCall
GetUserInteractionStats method
func (*Client) GetUserRichMenu ¶ added in v1.1.0
func (client *Client) GetUserRichMenu(userID string) *GetUserRichMenuCall
GetUserRichMenu method
func (*Client) GetWebhookInfo ¶
func (client *Client) GetWebhookInfo() *GetWebhookInfo
GetWebhookInfo method
func (*Client) IssueAccessToken ¶
func (client *Client) IssueAccessToken(channelID, channelSecret string) *IssueAccessTokenCall
IssueAccessToken method
func (*Client) IssueAccessTokenV2 ¶
func (client *Client) IssueAccessTokenV2(clientAssertion string) *IssueAccessTokenV2Call
IssueAccessTokenV2 method
func (*Client) IssueLinkToken ¶ added in v1.3.0
func (client *Client) IssueLinkToken(userID string) *IssueLinkTokenCall
IssueLinkToken method https://developers.line.me/en/reference/messaging-api/#issue-link-token
func (*Client) LeaveGroup ¶
func (client *Client) LeaveGroup(groupID string) *LeaveGroupCall
LeaveGroup method
func (*Client) LeaveRoom ¶
func (client *Client) LeaveRoom(roomID string) *LeaveRoomCall
LeaveRoom method
func (*Client) LinkUserRichMenu ¶ added in v1.1.0
func (client *Client) LinkUserRichMenu(userID, richMenuID string) *LinkUserRichMenuCall
LinkUserRichMenu method
func (*Client) Multicast ¶ added in v1.1.0
func (client *Client) Multicast(to []string, messages ...SendingMessage) *MulticastCall
Multicast method
func (*Client) Narrowcast ¶
func (client *Client) Narrowcast(messages ...SendingMessage) *NarrowcastCall
Narrowcast method
func (*Client) ParseRequest ¶
ParseRequest method
func (*Client) PushMessage ¶
func (client *Client) PushMessage(to string, messages ...SendingMessage) *PushMessageCall
PushMessage method
func (*Client) ReplyMessage ¶
func (client *Client) ReplyMessage(replyToken string, messages ...SendingMessage) *ReplyMessageCall
ReplyMessage method
func (*Client) RevokeAccessToken ¶
func (client *Client) RevokeAccessToken(accessToken string) *RevokeAccessTokenCall
RevokeAccessToken method
func (*Client) RevokeAccessTokenV2 ¶
func (client *Client) RevokeAccessTokenV2(channelID, channelSecret, accessToken string) *RevokeAccessTokenV2Call
RevokeAccessTokenV2 method
func (*Client) SetDefaultRichMenu ¶
func (client *Client) SetDefaultRichMenu(richMenuID string) *SetDefaultRichMenuCall
SetDefaultRichMenu method
func (*Client) SetWebhookEndpointURL ¶
func (client *Client) SetWebhookEndpointURL(webhookEndpoint string) *SetWebhookEndpointURLCall
SetWebhookEndpointURL method
func (*Client) UnlinkUserRichMenu ¶ added in v1.1.0
func (client *Client) UnlinkUserRichMenu(userID string) *UnlinkUserRichMenuCall
UnlinkUserRichMenu method
func (*Client) UpdateLIFF ¶ added in v1.2.1
func (client *Client) UpdateLIFF(liffID string, view View) *UpdateLIFFCall
UpdateLIFF method
func (*Client) UploadRichMenuImage ¶ added in v1.1.0
func (client *Client) UploadRichMenuImage(richMenuID, imgPath string) *UploadRichMenuImageCall
UploadRichMenuImage method
type ClientOption ¶
ClientOption type
func WithEndpointBase ¶
func WithEndpointBase(endpointBase string) ClientOption
WithEndpointBase function
func WithEndpointBaseData ¶
func WithEndpointBaseData(endpointBaseData string) ClientOption
WithEndpointBaseData function
type ConfirmTemplate ¶
type ConfirmTemplate struct { Text string Actions []TemplateAction }
ConfirmTemplate type
func NewConfirmTemplate ¶
func NewConfirmTemplate(text string, left, right TemplateAction) *ConfirmTemplate
NewConfirmTemplate function
func (*ConfirmTemplate) MarshalJSON ¶
func (t *ConfirmTemplate) MarshalJSON() ([]byte, error)
MarshalJSON method of ConfirmTemplate
func (*ConfirmTemplate) Template ¶ added in v1.1.0
func (*ConfirmTemplate) Template()
Template implements Template interface
type CreateRichMenuCall ¶ added in v1.1.0
type CreateRichMenuCall struct {
// contains filtered or unexported fields
}
CreateRichMenuCall type
func (*CreateRichMenuCall) Do ¶ added in v1.1.0
func (call *CreateRichMenuCall) Do() (*RichMenuIDResponse, error)
Do method
func (*CreateRichMenuCall) WithContext ¶ added in v1.1.0
func (call *CreateRichMenuCall) WithContext(ctx context.Context) *CreateRichMenuCall
WithContext method
type DatetimePickerAction ¶
type DatetimePickerAction struct { Label string Data string Mode string Initial string Max string Min string }
DatetimePickerAction type
func NewDatetimePickerAction ¶
func NewDatetimePickerAction(label, data, mode, initial, max, min string) *DatetimePickerAction
NewDatetimePickerAction function
func (*DatetimePickerAction) MarshalJSON ¶
func (a *DatetimePickerAction) MarshalJSON() ([]byte, error)
MarshalJSON method of DatetimePickerAction
func (*DatetimePickerAction) QuickReplyAction ¶
func (*DatetimePickerAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
func (*DatetimePickerAction) TemplateAction ¶
func (*DatetimePickerAction) TemplateAction()
TemplateAction implements TemplateAction interface
type DeleteLIFFCall ¶ added in v1.2.1
type DeleteLIFFCall struct {
// contains filtered or unexported fields
}
DeleteLIFFCall type
func (*DeleteLIFFCall) Do ¶ added in v1.2.1
func (call *DeleteLIFFCall) Do() (*BasicResponse, error)
Do method
func (*DeleteLIFFCall) WithContext ¶ added in v1.2.1
func (call *DeleteLIFFCall) WithContext(ctx context.Context) *DeleteLIFFCall
WithContext method
type DeleteRichMenuCall ¶ added in v1.1.0
type DeleteRichMenuCall struct {
// contains filtered or unexported fields
}
DeleteRichMenuCall type
func (*DeleteRichMenuCall) Do ¶ added in v1.1.0
func (call *DeleteRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*DeleteRichMenuCall) WithContext ¶ added in v1.1.0
func (call *DeleteRichMenuCall) WithContext(ctx context.Context) *DeleteRichMenuCall
WithContext method
type DeliveryType ¶
type DeliveryType string
DeliveryType type
const ( DeliveryTypeMulticast DeliveryType = "multicast" DeliveryTypePush DeliveryType = "push" DeliveryTypeReply DeliveryType = "reply" DeliveryTypeBroadcast DeliveryType = "broadcast" )
DeliveryType constants
type DemographicFilter ¶
type DemographicFilter interface {
DemographicFilter()
}
DemographicFilter interface
type DemographicFilterOperator ¶
type DemographicFilterOperator struct { ConditionAnd []DemographicFilter `json:"and,omitempty"` ConditionOr []DemographicFilter `json:"or,omitempty"` ConditionNot DemographicFilter `json:"not,omitempty"` }
DemographicFilterOperator struct
func DemographicFilterOperatorAnd ¶
func DemographicFilterOperatorAnd(conditions ...DemographicFilter) *DemographicFilterOperator
DemographicFilterOperatorAnd method
func DemographicFilterOperatorNot ¶
func DemographicFilterOperatorNot(condition DemographicFilter) *DemographicFilterOperator
DemographicFilterOperatorNot method
func DemographicFilterOperatorOr ¶
func DemographicFilterOperatorOr(conditions ...DemographicFilter) *DemographicFilterOperator
DemographicFilterOperatorOr method
func (*DemographicFilterOperator) DemographicFilter ¶
func (*DemographicFilterOperator) DemographicFilter()
DemographicFilter implements DemographicFilter interface
func (*DemographicFilterOperator) MarshalJSON ¶
func (o *DemographicFilterOperator) MarshalJSON() ([]byte, error)
MarshalJSON method of DemographicFilterOperator
type DownloadRichMenuImageCall ¶ added in v1.1.0
type DownloadRichMenuImageCall struct {
// contains filtered or unexported fields
}
DownloadRichMenuImageCall type
func (*DownloadRichMenuImageCall) Do ¶ added in v1.1.0
func (call *DownloadRichMenuImageCall) Do() (*MessageContentResponse, error)
Do method
func (*DownloadRichMenuImageCall) WithContext ¶ added in v1.1.0
func (call *DownloadRichMenuImageCall) WithContext(ctx context.Context) *DownloadRichMenuImageCall
WithContext method
type Emoji ¶
type Emoji struct { Index int `json:"index"` Length int `json:"length,omitempty"` ProductID string `json:"productId,omitempty"` EmojiID string `json:"emojiId,omitempty"` }
Emoji type
type ErrorResponse ¶
type ErrorResponse struct { Message string `json:"message"` Details []errorResponseDetail `json:"details"` // OAuth Errors Error string `json:"error"` ErrorDescription string `json:"error_description"` }
ErrorResponse type
type Event ¶
type Event struct { ReplyToken string Type EventType Mode EventMode Timestamp time.Time Source *EventSource Message Message Joined *Members Left *Members Postback *Postback Beacon *Beacon AccountLink *AccountLink Things *Things Members []*EventSource Unsend *Unsend VideoPlayComplete *VideoPlayComplete }
Event type
func ParseRequest ¶ added in v1.1.0
ParseRequest func
func (*Event) MarshalJSON ¶ added in v1.1.0
MarshalJSON method of Event
func (*Event) UnmarshalJSON ¶
UnmarshalJSON method of Event
type EventSource ¶
type EventSource struct { Type EventSourceType `json:"type"` UserID string `json:"userId,omitempty"` GroupID string `json:"groupId,omitempty"` RoomID string `json:"roomId,omitempty"` }
EventSource type
type EventSourceType ¶
type EventSourceType string
EventSourceType type
const ( EventSourceTypeUser EventSourceType = "user" EventSourceTypeGroup EventSourceType = "group" EventSourceTypeRoom EventSourceType = "room" )
EventSourceType constants
type EventType ¶
type EventType string
EventType type
const ( EventTypeMessage EventType = "message" EventTypeFollow EventType = "follow" EventTypeUnfollow EventType = "unfollow" EventTypeJoin EventType = "join" EventTypeLeave EventType = "leave" EventTypeMemberJoined EventType = "memberJoined" EventTypeMemberLeft EventType = "memberLeft" EventTypePostback EventType = "postback" EventTypeBeacon EventType = "beacon" EventTypeAccountLink EventType = "accountLink" EventTypeThings EventType = "things" EventTypeUnsend EventType = "unsend" EventTypeVideoPlayComplete EventType = "videoPlayComplete" )
EventType constants
type FileMessage ¶ added in v1.2.0
FileMessage type
func (*FileMessage) Message ¶ added in v1.2.0
func (*FileMessage) Message()
Message implements Message interface
type FillerComponent ¶ added in v1.2.0
type FillerComponent struct { Type FlexComponentType Flex *int }
FillerComponent type
func (*FillerComponent) FlexComponent ¶ added in v1.2.0
func (*FillerComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*FillerComponent) MarshalJSON ¶
func (c *FillerComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of FillerComponent
type FlexBoxLayoutType ¶ added in v1.2.0
type FlexBoxLayoutType string
FlexBoxLayoutType type
const ( FlexBoxLayoutTypeHorizontal FlexBoxLayoutType = "horizontal" FlexBoxLayoutTypeVertical FlexBoxLayoutType = "vertical" FlexBoxLayoutTypeBaseline FlexBoxLayoutType = "baseline" )
FlexBoxLayoutType constants
type FlexBubbleDirectionType ¶ added in v1.2.0
type FlexBubbleDirectionType string
FlexBubbleDirectionType type
const ( FlexBubbleDirectionTypeLTR FlexBubbleDirectionType = "ltr" FlexBubbleDirectionTypeRTL FlexBubbleDirectionType = "rtl" )
FlexBubbleDirectionType constants
type FlexBubbleSizeType ¶
type FlexBubbleSizeType string
FlexBubbleSizeType type
const ( FlexBubbleSizeTypeNano FlexBubbleSizeType = "nano" FlexBubbleSizeTypeMicro FlexBubbleSizeType = "micro" FlexBubbleSizeTypeKilo FlexBubbleSizeType = "kilo" FlexBubbleSizeTypeMega FlexBubbleSizeType = "mega" FlexBubbleSizeTypeGiga FlexBubbleSizeType = "giga" )
FlexBubbleSizeType constants
type FlexButtonHeightType ¶ added in v1.2.0
type FlexButtonHeightType string
FlexButtonHeightType type
const ( FlexButtonHeightTypeMd FlexButtonHeightType = "md" FlexButtonHeightTypeSm FlexButtonHeightType = "sm" )
FlexButtonHeightType constants
type FlexButtonStyleType ¶ added in v1.2.0
type FlexButtonStyleType string
FlexButtonStyleType type
const ( FlexButtonStyleTypeLink FlexButtonStyleType = "link" FlexButtonStyleTypePrimary FlexButtonStyleType = "primary" FlexButtonStyleTypeSecondary FlexButtonStyleType = "secondary" )
FlexButtonStyleType constants
type FlexComponent ¶ added in v1.2.0
type FlexComponent interface {
FlexComponent()
}
FlexComponent interface
type FlexComponentAlignType ¶ added in v1.2.0
type FlexComponentAlignType string
FlexComponentAlignType type
const ( FlexComponentAlignTypeStart FlexComponentAlignType = "start" FlexComponentAlignTypeEnd FlexComponentAlignType = "end" FlexComponentAlignTypeCenter FlexComponentAlignType = "center" )
FlexComponentAlignType constants
type FlexComponentCornerRadiusType ¶
type FlexComponentCornerRadiusType string
FlexComponentCornerRadiusType type
const ( FlexComponentCornerRadiusTypeNone FlexComponentCornerRadiusType = "none" FlexComponentCornerRadiusTypeXs FlexComponentCornerRadiusType = "xs" FlexComponentCornerRadiusTypeSm FlexComponentCornerRadiusType = "sm" FlexComponentCornerRadiusTypeMd FlexComponentCornerRadiusType = "md" FlexComponentCornerRadiusTypeLg FlexComponentCornerRadiusType = "lg" FlexComponentCornerRadiusTypeXl FlexComponentCornerRadiusType = "xl" FlexComponentCornerRadiusTypeXxl FlexComponentCornerRadiusType = "xxl" )
FlexComponentCornerRadius constants
type FlexComponentGravityType ¶ added in v1.2.0
type FlexComponentGravityType string
FlexComponentGravityType type
const ( FlexComponentGravityTypeTop FlexComponentGravityType = "top" FlexComponentGravityTypeBottom FlexComponentGravityType = "bottom" FlexComponentGravityTypeCenter FlexComponentGravityType = "center" )
FlexComponentGravityType constants
type FlexComponentMarginType ¶ added in v1.2.0
type FlexComponentMarginType string
FlexComponentMarginType type
const ( FlexComponentMarginTypeNone FlexComponentMarginType = "none" FlexComponentMarginTypeXs FlexComponentMarginType = "xs" FlexComponentMarginTypeSm FlexComponentMarginType = "sm" FlexComponentMarginTypeMd FlexComponentMarginType = "md" FlexComponentMarginTypeLg FlexComponentMarginType = "lg" FlexComponentMarginTypeXl FlexComponentMarginType = "xl" FlexComponentMarginTypeXxl FlexComponentMarginType = "xxl" )
FlexComponentMarginType constants
type FlexComponentSpacingType ¶ added in v1.2.0
type FlexComponentSpacingType string
FlexComponentSpacingType type
const ( FlexComponentSpacingTypeNone FlexComponentSpacingType = "none" FlexComponentSpacingTypeXs FlexComponentSpacingType = "xs" FlexComponentSpacingTypeSm FlexComponentSpacingType = "sm" FlexComponentSpacingTypeMd FlexComponentSpacingType = "md" FlexComponentSpacingTypeLg FlexComponentSpacingType = "lg" FlexComponentSpacingTypeXl FlexComponentSpacingType = "xl" FlexComponentSpacingTypeXxl FlexComponentSpacingType = "xxl" )
FlexComponentSpacingType constants
type FlexComponentType ¶ added in v1.2.0
type FlexComponentType string
FlexComponentType type
const ( FlexComponentTypeBox FlexComponentType = "box" FlexComponentTypeButton FlexComponentType = "button" FlexComponentTypeFiller FlexComponentType = "filler" FlexComponentTypeIcon FlexComponentType = "icon" FlexComponentTypeImage FlexComponentType = "image" FlexComponentTypeSeparator FlexComponentType = "separator" FlexComponentTypeSpacer FlexComponentType = "spacer" FlexComponentTypeSpan FlexComponentType = "span" FlexComponentTypeText FlexComponentType = "text" )
FlexComponentType constants
type FlexContainer ¶ added in v1.2.0
type FlexContainer interface {
FlexContainer()
}
FlexContainer interface
func UnmarshalFlexMessageJSON ¶ added in v1.2.0
func UnmarshalFlexMessageJSON(data []byte) (FlexContainer, error)
UnmarshalFlexMessageJSON function
Example ¶
package main import ( "github.com/line/line-bot-sdk-go/linebot" ) func main() { container, err := linebot.UnmarshalFlexMessageJSON([]byte(`{ "type": "bubble", "body": { "type": "box", "layout": "vertical", "contents": [ { "type": "text", "text": "hello" }, { "type": "text", "text": "world" } ] } }`)) if err != nil { panic(err) } linebot.NewFlexMessage("alt text", container) }
Output:
type FlexContainerType ¶ added in v1.2.0
type FlexContainerType string
FlexContainerType type
const ( FlexContainerTypeBubble FlexContainerType = "bubble" FlexContainerTypeCarousel FlexContainerType = "carousel" )
FlexContainerType constants
type FlexIconAspectRatioType ¶ added in v1.2.0
type FlexIconAspectRatioType string
FlexIconAspectRatioType type
const ( FlexIconAspectRatioType1to1 FlexIconAspectRatioType = "1:1" FlexIconAspectRatioType2to1 FlexIconAspectRatioType = "2:1" FlexIconAspectRatioType3to1 FlexIconAspectRatioType = "3:1" )
FlexIconAspectRatioType constants
type FlexIconSizeType ¶ added in v1.2.0
type FlexIconSizeType string
FlexIconSizeType type
const ( FlexIconSizeTypeXxs FlexIconSizeType = "xxs" FlexIconSizeTypeXs FlexIconSizeType = "xs" FlexIconSizeTypeSm FlexIconSizeType = "sm" FlexIconSizeTypeMd FlexIconSizeType = "md" FlexIconSizeTypeLg FlexIconSizeType = "lg" FlexIconSizeTypeXl FlexIconSizeType = "xl" FlexIconSizeTypeXxl FlexIconSizeType = "xxl" FlexIconSizeType3xl FlexIconSizeType = "3xl" FlexIconSizeType4xl FlexIconSizeType = "4xl" FlexIconSizeType5xl FlexIconSizeType = "5xl" )
FlexIconSizeType constants
type FlexImageAspectModeType ¶ added in v1.2.0
type FlexImageAspectModeType string
FlexImageAspectModeType type
const ( FlexImageAspectModeTypeCover FlexImageAspectModeType = "cover" FlexImageAspectModeTypeFit FlexImageAspectModeType = "fit" )
FlexImageAspectModeType constants
type FlexImageAspectRatioType ¶ added in v1.2.0
type FlexImageAspectRatioType string
FlexImageAspectRatioType type
const ( FlexImageAspectRatioType1to1 FlexImageAspectRatioType = "1:1" FlexImageAspectRatioType1_51to1 FlexImageAspectRatioType = "1.51:1" FlexImageAspectRatioType1_91to1 FlexImageAspectRatioType = "1.91:1" FlexImageAspectRatioType4to3 FlexImageAspectRatioType = "4:3" FlexImageAspectRatioType16to9 FlexImageAspectRatioType = "16:9" FlexImageAspectRatioType20to13 FlexImageAspectRatioType = "20:13" FlexImageAspectRatioType2to1 FlexImageAspectRatioType = "2:1" FlexImageAspectRatioType3to1 FlexImageAspectRatioType = "3:1" FlexImageAspectRatioType3to4 FlexImageAspectRatioType = "3:4" FlexImageAspectRatioType9to16 FlexImageAspectRatioType = "9:16" FlexImageAspectRatioType1to2 FlexImageAspectRatioType = "1:2" FlexImageAspectRatioType1to3 FlexImageAspectRatioType = "1:3" )
FlexImageAspectRatioType constants
type FlexImageSizeType ¶ added in v1.2.0
type FlexImageSizeType string
FlexImageSizeType type
const ( FlexImageSizeTypeXxs FlexImageSizeType = "xxs" FlexImageSizeTypeXs FlexImageSizeType = "xs" FlexImageSizeTypeSm FlexImageSizeType = "sm" FlexImageSizeTypeMd FlexImageSizeType = "md" FlexImageSizeTypeLg FlexImageSizeType = "lg" FlexImageSizeTypeXl FlexImageSizeType = "xl" FlexImageSizeTypeXxl FlexImageSizeType = "xxl" FlexImageSizeType3xl FlexImageSizeType = "3xl" FlexImageSizeType4xl FlexImageSizeType = "4xl" FlexImageSizeType5xl FlexImageSizeType = "5xl" FlexImageSizeTypeFull FlexImageSizeType = "full" )
FlexImageSizeType constants
type FlexMessage ¶ added in v1.1.1
type FlexMessage struct { AltText string Contents FlexContainer // contains filtered or unexported fields }
FlexMessage type
func NewFlexMessage ¶ added in v1.1.1
func NewFlexMessage(altText string, contents FlexContainer) *FlexMessage
NewFlexMessage function
func (*FlexMessage) AddEmoji ¶
func (m *FlexMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of FlexMessage
func (*FlexMessage) MarshalJSON ¶ added in v1.1.1
func (m *FlexMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of FlexMessage
func (*FlexMessage) Message ¶ added in v1.1.1
func (*FlexMessage) Message()
Message implements Message interface
func (*FlexMessage) WithQuickReplies ¶
func (m *FlexMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of FlexMessage
func (*FlexMessage) WithSender ¶
func (m *FlexMessage) WithSender(sender *Sender) SendingMessage
WithSender method of FlexMessage
type FlexSpacerSizeType ¶ added in v1.2.0
type FlexSpacerSizeType string
FlexSpacerSizeType type
const ( FlexSpacerSizeTypeXs FlexSpacerSizeType = "xs" FlexSpacerSizeTypeSm FlexSpacerSizeType = "sm" FlexSpacerSizeTypeMd FlexSpacerSizeType = "md" FlexSpacerSizeTypeLg FlexSpacerSizeType = "lg" FlexSpacerSizeTypeXl FlexSpacerSizeType = "xl" FlexSpacerSizeTypeXxl FlexSpacerSizeType = "xxl" )
FlexSpacerSizeType constants
type FlexTextDecorationType ¶
type FlexTextDecorationType string
FlexTextDecorationType type
const ( FlexTextDecorationTypeNone FlexTextDecorationType = "none" FlexTextDecorationTypeUnderline FlexTextDecorationType = "underline" FlexTextDecorationTypeLineThrough FlexTextDecorationType = "line-through" )
FlexTextDecorationType constants
type FlexTextSizeType ¶ added in v1.2.0
type FlexTextSizeType string
FlexTextSizeType type
const ( FlexTextSizeTypeXxs FlexTextSizeType = "xxs" FlexTextSizeTypeXs FlexTextSizeType = "xs" FlexTextSizeTypeSm FlexTextSizeType = "sm" FlexTextSizeTypeMd FlexTextSizeType = "md" FlexTextSizeTypeLg FlexTextSizeType = "lg" FlexTextSizeTypeXl FlexTextSizeType = "xl" FlexTextSizeTypeXxl FlexTextSizeType = "xxl" FlexTextSizeType3xl FlexTextSizeType = "3xl" FlexTextSizeType4xl FlexTextSizeType = "4xl" FlexTextSizeType5xl FlexTextSizeType = "5xl" )
FlexTextSizeType constants
type FlexTextStyleType ¶
type FlexTextStyleType string
FlexTextStyleType type
const ( FlexTextStyleTypeNormal FlexTextStyleType = "normal" FlexTextStyleTypeItalic FlexTextStyleType = "italic" )
FlexTextStyleType constants
type FlexTextWeightType ¶ added in v1.2.0
type FlexTextWeightType string
FlexTextWeightType type
const ( FlexTextWeightTypeRegular FlexTextWeightType = "regular" FlexTextWeightTypeBold FlexTextWeightType = "bold" )
FlexTextWeightType constants
type GenderDetail ¶
GenderDetail type
type GenderFilter ¶
type GenderFilter struct { Type string `json:"type"` Genders []GenderType `json:"oneOf"` }
GenderFilter type
func NewGenderFilter ¶
func NewGenderFilter(genders ...GenderType) *GenderFilter
NewGenderFilter function
func (*GenderFilter) DemographicFilter ¶
func (*GenderFilter) DemographicFilter()
DemographicFilter implements DemographicFilter interface
type GenderType ¶
type GenderType string
GenderType type
const ( GenderMale GenderType = "male" GenderFemale GenderType = "female" )
GenderType constants
type GetAccessTokensV2Call ¶
type GetAccessTokensV2Call struct {
// contains filtered or unexported fields
}
GetAccessTokensV2Call type
func (*GetAccessTokensV2Call) Do ¶
func (call *GetAccessTokensV2Call) Do() (*AccessTokensResponse, error)
Do method
func (*GetAccessTokensV2Call) WithContext ¶
func (call *GetAccessTokensV2Call) WithContext(ctx context.Context) *GetAccessTokensV2Call
WithContext method
type GetBotInfoCall ¶
type GetBotInfoCall struct {
// contains filtered or unexported fields
}
GetBotInfoCall type
func (*GetBotInfoCall) WithContext ¶
func (call *GetBotInfoCall) WithContext(ctx context.Context) *GetBotInfoCall
WithContext method
type GetDefaultRichMenuCall ¶
type GetDefaultRichMenuCall struct {
// contains filtered or unexported fields
}
GetDefaultRichMenuCall type
func (*GetDefaultRichMenuCall) Do ¶
func (call *GetDefaultRichMenuCall) Do() (*RichMenuIDResponse, error)
Do method
func (*GetDefaultRichMenuCall) WithContext ¶
func (call *GetDefaultRichMenuCall) WithContext(ctx context.Context) *GetDefaultRichMenuCall
WithContext method
type GetFriendDemographicsCall ¶
type GetFriendDemographicsCall struct {
// contains filtered or unexported fields
}
GetFriendDemographicsCall type
func (*GetFriendDemographicsCall) Do ¶
func (call *GetFriendDemographicsCall) Do() (*MessagesFriendDemographicsResponse, error)
Do method
func (*GetFriendDemographicsCall) WithContext ¶
func (call *GetFriendDemographicsCall) WithContext(ctx context.Context) *GetFriendDemographicsCall
WithContext method
type GetGroupMemberCountCall ¶
type GetGroupMemberCountCall struct {
// contains filtered or unexported fields
}
GetGroupMemberCountCall type
func (*GetGroupMemberCountCall) Do ¶
func (call *GetGroupMemberCountCall) Do() (*MemberCountResponse, error)
Do method
func (*GetGroupMemberCountCall) WithContext ¶
func (call *GetGroupMemberCountCall) WithContext(ctx context.Context) *GetGroupMemberCountCall
WithContext method
type GetGroupMemberIDsCall ¶ added in v1.1.0
type GetGroupMemberIDsCall struct {
// contains filtered or unexported fields
}
GetGroupMemberIDsCall type
func (*GetGroupMemberIDsCall) Do ¶ added in v1.1.0
func (call *GetGroupMemberIDsCall) Do() (*MemberIDsResponse, error)
Do method
func (*GetGroupMemberIDsCall) NewScanner ¶ added in v1.1.0
func (call *GetGroupMemberIDsCall) NewScanner() *IDsScanner
NewScanner returns Group IDs scanner.
func (*GetGroupMemberIDsCall) WithContext ¶ added in v1.1.0
func (call *GetGroupMemberIDsCall) WithContext(ctx context.Context) *GetGroupMemberIDsCall
WithContext method
type GetGroupMemberProfileCall ¶ added in v1.1.0
type GetGroupMemberProfileCall struct {
// contains filtered or unexported fields
}
GetGroupMemberProfileCall type
func (*GetGroupMemberProfileCall) Do ¶ added in v1.1.0
func (call *GetGroupMemberProfileCall) Do() (*UserProfileResponse, error)
Do method
func (*GetGroupMemberProfileCall) WithContext ¶ added in v1.1.0
func (call *GetGroupMemberProfileCall) WithContext(ctx context.Context) *GetGroupMemberProfileCall
WithContext method
type GetGroupSummaryCall ¶
type GetGroupSummaryCall struct {
// contains filtered or unexported fields
}
GetGroupSummaryCall type
func (*GetGroupSummaryCall) Do ¶
func (call *GetGroupSummaryCall) Do() (*GroupSummaryResponse, error)
Do method
func (*GetGroupSummaryCall) WithContext ¶
func (call *GetGroupSummaryCall) WithContext(ctx context.Context) *GetGroupSummaryCall
WithContext method
type GetLIFFAllCall ¶ added in v1.2.1
type GetLIFFAllCall struct {
// contains filtered or unexported fields
}
GetLIFFAllCall type
func (*GetLIFFAllCall) Do ¶ added in v1.2.1
func (call *GetLIFFAllCall) Do() (*LIFFAppsResponse, error)
Do method
func (*GetLIFFAllCall) WithContext ¶ added in v1.2.1
func (call *GetLIFFAllCall) WithContext(ctx context.Context) *GetLIFFAllCall
WithContext method
type GetMessageConsumptionCall ¶
type GetMessageConsumptionCall struct {
// contains filtered or unexported fields
}
GetMessageConsumptionCall type
func (*GetMessageConsumptionCall) Do ¶
func (call *GetMessageConsumptionCall) Do() (*MessageConsumptionResponse, error)
Do method
func (*GetMessageConsumptionCall) WithContext ¶
func (call *GetMessageConsumptionCall) WithContext(ctx context.Context) *GetMessageConsumptionCall
WithContext method
type GetMessageContentCall ¶
type GetMessageContentCall struct {
// contains filtered or unexported fields
}
GetMessageContentCall type
func (*GetMessageContentCall) Do ¶
func (call *GetMessageContentCall) Do() (*MessageContentResponse, error)
Do method
func (*GetMessageContentCall) WithContext ¶
func (call *GetMessageContentCall) WithContext(ctx context.Context) *GetMessageContentCall
WithContext method
type GetMessageQuotaCall ¶
type GetMessageQuotaCall struct {
// contains filtered or unexported fields
}
GetMessageQuotaCall type
func (*GetMessageQuotaCall) Do ¶
func (call *GetMessageQuotaCall) Do() (*MessageQuotaResponse, error)
Do method
func (*GetMessageQuotaCall) WithContext ¶
func (call *GetMessageQuotaCall) WithContext(ctx context.Context) *GetMessageQuotaCall
WithContext method
type GetNumberFollowersCall ¶
type GetNumberFollowersCall struct {
// contains filtered or unexported fields
}
GetNumberFollowersCall type
func (*GetNumberFollowersCall) Do ¶
func (call *GetNumberFollowersCall) Do() (*MessagesNumberFollowersResponse, error)
Do method
func (*GetNumberFollowersCall) WithContext ¶
func (call *GetNumberFollowersCall) WithContext(ctx context.Context) *GetNumberFollowersCall
WithContext method
type GetNumberMessagesCall ¶
type GetNumberMessagesCall struct {
// contains filtered or unexported fields
}
GetNumberMessagesCall type
func (*GetNumberMessagesCall) Do ¶
func (call *GetNumberMessagesCall) Do() (*MessagesNumberResponse, error)
Do method
func (*GetNumberMessagesCall) WithContext ¶
func (call *GetNumberMessagesCall) WithContext(ctx context.Context) *GetNumberMessagesCall
WithContext method
type GetNumberMessagesDeliveryCall ¶
type GetNumberMessagesDeliveryCall struct {
// contains filtered or unexported fields
}
GetNumberMessagesDeliveryCall type
func (*GetNumberMessagesDeliveryCall) Do ¶
func (call *GetNumberMessagesDeliveryCall) Do() (*MessagesNumberDeliveryResponse, error)
Do method
func (*GetNumberMessagesDeliveryCall) WithContext ¶
func (call *GetNumberMessagesDeliveryCall) WithContext(ctx context.Context) *GetNumberMessagesDeliveryCall
WithContext method
type GetProfileCall ¶
type GetProfileCall struct {
// contains filtered or unexported fields
}
GetProfileCall type
func (*GetProfileCall) Do ¶
func (call *GetProfileCall) Do() (*UserProfileResponse, error)
Do method
func (*GetProfileCall) WithContext ¶
func (call *GetProfileCall) WithContext(ctx context.Context) *GetProfileCall
WithContext method
type GetProgressMessagesCall ¶
type GetProgressMessagesCall struct {
// contains filtered or unexported fields
}
GetProgressMessagesCall type
func (*GetProgressMessagesCall) Do ¶
func (call *GetProgressMessagesCall) Do() (*MessagesProgressResponse, error)
Do method
func (*GetProgressMessagesCall) WithContext ¶
func (call *GetProgressMessagesCall) WithContext(ctx context.Context) *GetProgressMessagesCall
WithContext method
type GetRichMenuCall ¶ added in v1.1.0
type GetRichMenuCall struct {
// contains filtered or unexported fields
}
GetRichMenuCall type
func (*GetRichMenuCall) Do ¶ added in v1.1.0
func (call *GetRichMenuCall) Do() (*RichMenuResponse, error)
Do method
func (*GetRichMenuCall) WithContext ¶ added in v1.1.0
func (call *GetRichMenuCall) WithContext(ctx context.Context) *GetRichMenuCall
WithContext method
type GetRichMenuListCall ¶ added in v1.1.0
type GetRichMenuListCall struct {
// contains filtered or unexported fields
}
GetRichMenuListCall type
func (*GetRichMenuListCall) Do ¶ added in v1.1.0
func (call *GetRichMenuListCall) Do() ([]*RichMenuResponse, error)
Do method
func (*GetRichMenuListCall) WithContext ¶ added in v1.1.0
func (call *GetRichMenuListCall) WithContext(ctx context.Context) *GetRichMenuListCall
WithContext method
type GetRoomMemberCountCall ¶
type GetRoomMemberCountCall struct {
// contains filtered or unexported fields
}
GetRoomMemberCountCall type
func (*GetRoomMemberCountCall) Do ¶
func (call *GetRoomMemberCountCall) Do() (*MemberCountResponse, error)
Do method
func (*GetRoomMemberCountCall) WithContext ¶
func (call *GetRoomMemberCountCall) WithContext(ctx context.Context) *GetRoomMemberCountCall
WithContext method
type GetRoomMemberIDsCall ¶ added in v1.1.0
type GetRoomMemberIDsCall struct {
// contains filtered or unexported fields
}
GetRoomMemberIDsCall type
func (*GetRoomMemberIDsCall) Do ¶ added in v1.1.0
func (call *GetRoomMemberIDsCall) Do() (*MemberIDsResponse, error)
Do method
func (*GetRoomMemberIDsCall) NewScanner ¶ added in v1.1.0
func (call *GetRoomMemberIDsCall) NewScanner() *IDsScanner
NewScanner returns Room IDs scanner.
func (*GetRoomMemberIDsCall) WithContext ¶ added in v1.1.0
func (call *GetRoomMemberIDsCall) WithContext(ctx context.Context) *GetRoomMemberIDsCall
WithContext method
type GetRoomMemberProfileCall ¶ added in v1.1.0
type GetRoomMemberProfileCall struct {
// contains filtered or unexported fields
}
GetRoomMemberProfileCall type
func (*GetRoomMemberProfileCall) Do ¶ added in v1.1.0
func (call *GetRoomMemberProfileCall) Do() (*UserProfileResponse, error)
Do method
func (*GetRoomMemberProfileCall) WithContext ¶ added in v1.1.0
func (call *GetRoomMemberProfileCall) WithContext(ctx context.Context) *GetRoomMemberProfileCall
WithContext method
type GetUserInteractionStatsCall ¶
type GetUserInteractionStatsCall struct {
// contains filtered or unexported fields
}
GetUserInteractionStatsCall type
func (*GetUserInteractionStatsCall) Do ¶
func (call *GetUserInteractionStatsCall) Do() (*MessagesUserInteractionStatsResponse, error)
Do method, returns MessagesUserInteractionStatsResponse
func (*GetUserInteractionStatsCall) WithContext ¶
func (call *GetUserInteractionStatsCall) WithContext(ctx context.Context) *GetUserInteractionStatsCall
WithContext method
type GetUserRichMenuCall ¶ added in v1.1.0
type GetUserRichMenuCall struct {
// contains filtered or unexported fields
}
GetUserRichMenuCall type
func (*GetUserRichMenuCall) Do ¶ added in v1.1.0
func (call *GetUserRichMenuCall) Do() (*RichMenuResponse, error)
Do method
func (*GetUserRichMenuCall) WithContext ¶ added in v1.1.0
func (call *GetUserRichMenuCall) WithContext(ctx context.Context) *GetUserRichMenuCall
WithContext method
type GetWebhookInfo ¶
type GetWebhookInfo struct {
// contains filtered or unexported fields
}
GetWebhookInfo type
func (*GetWebhookInfo) Do ¶
func (call *GetWebhookInfo) Do() (*WebhookInfoResponse, error)
Do method
func (*GetWebhookInfo) WithContext ¶
func (call *GetWebhookInfo) WithContext(ctx context.Context) *GetWebhookInfo
WithContext method
type GroupSummaryResponse ¶
type GroupSummaryResponse struct { GroupID string `json:"groupId"` GroupName string `json:"groupName"` PictureURL string `json:"pictureUrl"` }
GroupSummaryResponse type
type IDsScanner ¶ added in v1.1.0
type IDsScanner struct {
// contains filtered or unexported fields
}
IDsScanner type
Example ¶
package main import ( "fmt" "os" "github.com/line/line-bot-sdk-go/linebot" ) func main() { bot, err := linebot.New("secret", "token") if err != nil { fmt.Fprintln(os.Stderr, "linebot.New:", err) } s := bot.GetGroupMemberIDs("cxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "").NewScanner() for s.Scan() { fmt.Fprintln(os.Stdout, s.ID()) } if err := s.Err(); err != nil { fmt.Fprintln(os.Stderr, "GetGroupMemberIDs:", err) } }
Output:
type IconComponent ¶ added in v1.2.0
type IconComponent struct { Type FlexComponentType URL string Margin FlexComponentMarginType Size FlexIconSizeType AspectRatio FlexIconAspectRatioType }
IconComponent type
func (*IconComponent) FlexComponent ¶ added in v1.2.0
func (*IconComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*IconComponent) MarshalJSON ¶
func (c *IconComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of IconComponent
type ImageAspectRatioType ¶ added in v1.1.0
type ImageAspectRatioType string
ImageAspectRatioType type
const ( ImageAspectRatioTypeRectangle ImageAspectRatioType = "rectangle" ImageAspectRatioTypeSquare ImageAspectRatioType = "square" )
ImageAspectRatioType constants
type ImageCarouselColumn ¶ added in v1.1.0
type ImageCarouselColumn struct { ImageURL string `json:"imageUrl"` Action TemplateAction `json:"action"` }
ImageCarouselColumn type
func NewImageCarouselColumn ¶ added in v1.1.0
func NewImageCarouselColumn(imageURL string, action TemplateAction) *ImageCarouselColumn
NewImageCarouselColumn function
type ImageCarouselTemplate ¶ added in v1.1.0
type ImageCarouselTemplate struct {
Columns []*ImageCarouselColumn
}
ImageCarouselTemplate type
func NewImageCarouselTemplate ¶ added in v1.1.0
func NewImageCarouselTemplate(columns ...*ImageCarouselColumn) *ImageCarouselTemplate
NewImageCarouselTemplate function
func (*ImageCarouselTemplate) MarshalJSON ¶ added in v1.1.0
func (t *ImageCarouselTemplate) MarshalJSON() ([]byte, error)
MarshalJSON method of ImageCarouselTemplate
func (*ImageCarouselTemplate) Template ¶ added in v1.1.0
func (*ImageCarouselTemplate) Template()
Template implements Template interface
type ImageComponent ¶ added in v1.2.0
type ImageComponent struct { Type FlexComponentType URL string Flex *int Margin FlexComponentMarginType Align FlexComponentAlignType Gravity FlexComponentGravityType Size FlexImageSizeType AspectRatio FlexImageAspectRatioType AspectMode FlexImageAspectModeType BackgroundColor string Action TemplateAction }
ImageComponent type
func (*ImageComponent) FlexComponent ¶ added in v1.2.0
func (*ImageComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*ImageComponent) MarshalJSON ¶
func (c *ImageComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of ImageComponent
func (*ImageComponent) UnmarshalJSON ¶ added in v1.2.0
func (c *ImageComponent) UnmarshalJSON(data []byte) error
UnmarshalJSON method for ImageComponent
type ImageMessage ¶
type ImageMessage struct { ID string OriginalContentURL string PreviewImageURL string // contains filtered or unexported fields }
ImageMessage type
func NewImageMessage ¶
func NewImageMessage(originalContentURL, previewImageURL string) *ImageMessage
NewImageMessage function
func (*ImageMessage) AddEmoji ¶
func (m *ImageMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of ImageMessage
func (*ImageMessage) MarshalJSON ¶
func (m *ImageMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of ImageMessage
func (*ImageMessage) Message ¶ added in v1.1.0
func (*ImageMessage) Message()
Message implements Message interface
func (*ImageMessage) WithQuickReplies ¶
func (m *ImageMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of ImageMessage
func (*ImageMessage) WithSender ¶
func (m *ImageMessage) WithSender(sender *Sender) SendingMessage
WithSender method of ImageMessage
type ImageSizeType ¶ added in v1.1.0
type ImageSizeType string
ImageSizeType type
const ( ImageSizeTypeCover ImageSizeType = "cover" ImageSizeTypeContain ImageSizeType = "contain" )
ImageSizeType constants
type ImagemapAction ¶
ImagemapAction type
type ImagemapActionType ¶
type ImagemapActionType string
ImagemapActionType type
const ( ImagemapActionTypeURI ImagemapActionType = "uri" ImagemapActionTypeMessage ImagemapActionType = "message" )
ImagemapActionType constants
type ImagemapArea ¶
type ImagemapArea struct { X int `json:"x"` Y int `json:"y"` Width int `json:"width"` Height int `json:"height"` }
ImagemapArea type
type ImagemapBaseSize ¶
ImagemapBaseSize type
type ImagemapMessage ¶
type ImagemapMessage struct { BaseURL string AltText string BaseSize ImagemapBaseSize Actions []ImagemapAction Video *ImagemapVideo // contains filtered or unexported fields }
ImagemapMessage type
func NewImagemapMessage ¶
func NewImagemapMessage(baseURL, altText string, baseSize ImagemapBaseSize, actions ...ImagemapAction) *ImagemapMessage
NewImagemapMessage function
func (*ImagemapMessage) AddEmoji ¶
func (m *ImagemapMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of ImagemapMessage
func (*ImagemapMessage) MarshalJSON ¶
func (m *ImagemapMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of ImagemapMessage
func (*ImagemapMessage) Message ¶ added in v1.1.0
func (*ImagemapMessage) Message()
Message implements Message interface
func (*ImagemapMessage) WithQuickReplies ¶
func (m *ImagemapMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of ImagemapMessage
func (*ImagemapMessage) WithSender ¶
func (m *ImagemapMessage) WithSender(sender *Sender) SendingMessage
WithSender method of ImagemapMessage
func (*ImagemapMessage) WithVideo ¶
func (m *ImagemapMessage) WithVideo(video *ImagemapVideo) *ImagemapMessage
WithVideo method
type ImagemapVideo ¶
type ImagemapVideo struct { OriginalContentURL string `json:"originalContentUrl"` PreviewImageURL string `json:"previewImageUrl"` Area ImagemapArea `json:"area"` ExternalLink *ImagemapVideoExternalLink `json:"externalLink,omitempty"` }
ImagemapVideo type
type ImagemapVideoExternalLink ¶
type ImagemapVideoExternalLink struct { LinkURI string `json:"linkUri"` Label string `json:"label"` }
ImagemapVideoExternalLink type
type InsightType ¶
type InsightType string
InsightType type
const ( InsightTypeMessageDelivery InsightType = "message/delivery" InsightTypeUserInteractionStats InsightType = "message/event" InsightTypeFollowers InsightType = "followers" InsightTypeDemographic InsightType = "demographic" )
InsightType constants
type IssueAccessTokenCall ¶
type IssueAccessTokenCall struct {
// contains filtered or unexported fields
}
IssueAccessTokenCall type
func (*IssueAccessTokenCall) Do ¶
func (call *IssueAccessTokenCall) Do() (*AccessTokenResponse, error)
Do method
func (*IssueAccessTokenCall) WithContext ¶
func (call *IssueAccessTokenCall) WithContext(ctx context.Context) *IssueAccessTokenCall
WithContext method
type IssueAccessTokenV2Call ¶
type IssueAccessTokenV2Call struct {
// contains filtered or unexported fields
}
IssueAccessTokenV2Call type
func (*IssueAccessTokenV2Call) Do ¶
func (call *IssueAccessTokenV2Call) Do() (*AccessTokenResponse, error)
Do method
func (*IssueAccessTokenV2Call) WithContext ¶
func (call *IssueAccessTokenV2Call) WithContext(ctx context.Context) *IssueAccessTokenV2Call
WithContext method
type IssueLinkTokenCall ¶ added in v1.3.0
type IssueLinkTokenCall struct {
// contains filtered or unexported fields
}
IssueLinkTokenCall type
func (*IssueLinkTokenCall) Do ¶ added in v1.3.0
func (call *IssueLinkTokenCall) Do() (*LinkTokenResponse, error)
Do method
func (*IssueLinkTokenCall) WithContext ¶ added in v1.3.0
func (call *IssueLinkTokenCall) WithContext(ctx context.Context) *IssueLinkTokenCall
WithContext method
type LIFFAppsResponse ¶
type LIFFAppsResponse struct {
Apps []LIFFApp `json:"apps"`
}
LIFFAppsResponse type
type LIFFIDResponse ¶ added in v1.2.1
type LIFFIDResponse struct {
LIFFID string `json:"liffId"`
}
LIFFIDResponse type
type LIFFViewType ¶ added in v1.2.1
type LIFFViewType string
LIFFViewType type
const ( LIFFViewTypeCompact LIFFViewType = "compact" LIFFViewTypeTall LIFFViewType = "tall" LIFFViewTypeFull LIFFViewType = "full" )
LIFFViewType constants
type LeaveGroupCall ¶
type LeaveGroupCall struct {
// contains filtered or unexported fields
}
LeaveGroupCall type
func (*LeaveGroupCall) WithContext ¶
func (call *LeaveGroupCall) WithContext(ctx context.Context) *LeaveGroupCall
WithContext method
type LeaveRoomCall ¶
type LeaveRoomCall struct {
// contains filtered or unexported fields
}
LeaveRoomCall type
func (*LeaveRoomCall) WithContext ¶
func (call *LeaveRoomCall) WithContext(ctx context.Context) *LeaveRoomCall
WithContext method
type LinkTokenResponse ¶ added in v1.3.0
type LinkTokenResponse struct {
LinkToken string `json:"linkToken"`
}
LinkTokenResponse type
type LinkUserRichMenuCall ¶ added in v1.1.0
type LinkUserRichMenuCall struct {
// contains filtered or unexported fields
}
LinkUserRichMenuCall type
func (*LinkUserRichMenuCall) Do ¶ added in v1.1.0
func (call *LinkUserRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*LinkUserRichMenuCall) WithContext ¶ added in v1.1.0
func (call *LinkUserRichMenuCall) WithContext(ctx context.Context) *LinkUserRichMenuCall
WithContext method
type LocationAction ¶
type LocationAction struct {
Label string
}
LocationAction type
func NewLocationAction ¶
func NewLocationAction(label string) *LocationAction
NewLocationAction function
func (*LocationAction) MarshalJSON ¶
func (a *LocationAction) MarshalJSON() ([]byte, error)
MarshalJSON method of LocationAction
func (*LocationAction) QuickReplyAction ¶
func (*LocationAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
type LocationMessage ¶
type LocationMessage struct { ID string Title string Address string Latitude float64 Longitude float64 // contains filtered or unexported fields }
LocationMessage type
func NewLocationMessage ¶
func NewLocationMessage(title, address string, latitude, longitude float64) *LocationMessage
NewLocationMessage function
func (*LocationMessage) AddEmoji ¶
func (m *LocationMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of LocationMessage
func (*LocationMessage) MarshalJSON ¶
func (m *LocationMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of LocationMessage
func (*LocationMessage) Message ¶ added in v1.1.0
func (*LocationMessage) Message()
Message implements Message interface
func (*LocationMessage) WithQuickReplies ¶
func (m *LocationMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of LocationMessage
func (*LocationMessage) WithSender ¶
func (m *LocationMessage) WithSender(sender *Sender) SendingMessage
WithSender method of LocationMessage
type MarkAsReadMode ¶
type MarkAsReadMode string
MarkAsReadMode type
const ( MarkAsReadModeManual MarkAsReadMode = "manual" MarkAsReadModeAuto = "auto" )
MarkAsReadMode constants
type MemberCountResponse ¶
type MemberCountResponse struct {
Count int `json:"count"`
}
MemberCountResponse type
type MemberIDsResponse ¶ added in v1.1.0
MemberIDsResponse type
type Mentionee ¶
type Mentionee struct { Index int `json:"index"` Length int `json:"length"` UserID string `json:"userId,omitempty"` }
Mentionee type
type MessageAction ¶
MessageAction type
func NewMessageAction ¶
func NewMessageAction(label, text string) *MessageAction
NewMessageAction function
func (*MessageAction) MarshalJSON ¶
func (a *MessageAction) MarshalJSON() ([]byte, error)
MarshalJSON method of MessageAction
func (*MessageAction) QuickReplyAction ¶
func (*MessageAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
func (*MessageAction) TemplateAction ¶
func (*MessageAction) TemplateAction()
TemplateAction implements TemplateAction interface
type MessageConsumptionResponse ¶
type MessageConsumptionResponse struct {
TotalUsage int64
}
MessageConsumptionResponse type
type MessageContentResponse ¶
type MessageContentResponse struct { Content io.ReadCloser ContentLength int64 ContentType string }
MessageContentResponse type
type MessageDetail ¶
type MessageDetail struct { Seq int64 `json:"seq"` Impression int64 `json:"impression"` MediaPlayed int64 `json:"mediaPlayed"` MediaPlayed25Percent int64 `json:"mediaPlayed25Percent"` MediaPlayed50Percent int64 `json:"mediaPlayed50Percent"` MediaPlayed75Percent int64 `json:"mediaPlayed75Percent"` MediaPlayed100Percent int64 `json:"mediaPlayed100Percent"` UniqueMediaPlayed int64 `json:"uniqueMediaPlayed"` UniqueMediaPlayed25Percent int64 `json:"uniqueMediaPlayed25Percent"` UniqueMediaPlayed50Percent int64 `json:"uniqueMediaPlayed50Percent"` UniqueMediaPlayed75Percent int64 `json:"uniqueMediaPlayed75Percent"` UniqueMediaPlayed100Percent int64 `json:"uniqueMediaPlayed100Percent"` }
MessageDetail type
type MessageImagemapAction ¶
type MessageImagemapAction struct { Label string Text string Area ImagemapArea }
MessageImagemapAction type
func NewMessageImagemapAction ¶
func NewMessageImagemapAction(label, text string, area ImagemapArea) *MessageImagemapAction
NewMessageImagemapAction function
func (*MessageImagemapAction) ImagemapAction ¶ added in v1.1.0
func (a *MessageImagemapAction) ImagemapAction()
ImagemapAction implements ImagemapAction interface
func (*MessageImagemapAction) MarshalJSON ¶
func (a *MessageImagemapAction) MarshalJSON() ([]byte, error)
MarshalJSON method of MessageImagemapAction
type MessageQuotaResponse ¶
MessageQuotaResponse type
type MessageType ¶
type MessageType string
MessageType type
const ( MessageTypeText MessageType = "text" MessageTypeImage MessageType = "image" MessageTypeVideo MessageType = "video" MessageTypeAudio MessageType = "audio" MessageTypeFile MessageType = "file" MessageTypeLocation MessageType = "location" MessageTypeSticker MessageType = "sticker" MessageTypeTemplate MessageType = "template" MessageTypeImagemap MessageType = "imagemap" MessageTypeFlex MessageType = "flex" )
MessageType constants
type MessagesFriendDemographicsResponse ¶
type MessagesFriendDemographicsResponse struct { Available bool `json:"available"` Genders []GenderDetail `json:"genders"` Ages []AgeDetail `json:"ages"` Areas []AreasDetail `json:"areas"` AppTypes []AppTypeDetail `json:"appTypes"` SubscriptionPeriods []SubscriptionPeriodDetail `json:"subscriptionPeriods"` }
MessagesFriendDemographicsResponse type
type MessagesNumberDeliveryResponse ¶
type MessagesNumberDeliveryResponse struct { Status string `json:"status"` Broadcast int64 `json:"broadcast"` Targeting int64 `json:"targeting"` AutoResponse int64 `json:"autoResponse"` WelcomeResponse int64 `json:"welcomeResponse"` Chat int64 `json:"chat"` APIBroadcast int64 `json:"apiBroadcast"` APIPush int64 `json:"apiPush"` APIMulticast int64 `json:"apiMulticast"` APINarrowcast int64 `json:"apiNarrowcast"` APIReply int64 `json:"apiReply"` }
MessagesNumberDeliveryResponse type
type MessagesNumberFollowersResponse ¶
type MessagesNumberFollowersResponse struct { Status string `json:"status"` Followers int64 `json:"followers"` TargetedReaches int64 `json:"targetedReaches"` Blocks int64 `json:"blocks"` }
MessagesNumberFollowersResponse type
type MessagesNumberResponse ¶
MessagesNumberResponse type
type MessagesProgressResponse ¶
type MessagesProgressResponse struct { Phase string `json:"phase"` SuccessCount int64 `json:"successCount"` FailureCount int64 `json:"failureCount"` TargetCount int64 `json:"targetCount"` FailedDescription string `json:"failedDescription"` ErrorCode int `json:"errorCode"` AcceptedTime string `json:"acceptedTime"` CompletedTime string `json:"completedTime,omitempty"` }
MessagesProgressResponse type
type MessagesUserInteractionStatsResponse ¶
type MessagesUserInteractionStatsResponse struct { Overview OverviewDetail `json:"overview"` Messages []MessageDetail `json:"messages"` Clicks []ClickDetail `json:"clicks"` }
MessagesUserInteractionStatsResponse type
type MulticastCall ¶ added in v1.1.0
type MulticastCall struct {
// contains filtered or unexported fields
}
MulticastCall type
func (*MulticastCall) Do ¶ added in v1.1.0
func (call *MulticastCall) Do() (*BasicResponse, error)
Do method
func (*MulticastCall) WithContext ¶ added in v1.1.0
func (call *MulticastCall) WithContext(ctx context.Context) *MulticastCall
WithContext method
func (*MulticastCall) WithNotificationDisabled ¶
func (call *MulticastCall) WithNotificationDisabled() *MulticastCall
WithNotificationDisabled method will disable push notification
func (*MulticastCall) WithRetryKey ¶
func (call *MulticastCall) WithRetryKey(retryKey string) *MulticastCall
WithRetryKey method will set retry key string (UUID) on Multicast.
type NarrowcastCall ¶
type NarrowcastCall struct {
// contains filtered or unexported fields
}
NarrowcastCall type
func (*NarrowcastCall) WithContext ¶
func (call *NarrowcastCall) WithContext(ctx context.Context) *NarrowcastCall
WithContext method
func (*NarrowcastCall) WithDemographic ¶
func (call *NarrowcastCall) WithDemographic(demographic DemographicFilter) *NarrowcastCall
WithDemographic method will send to specific recipients filter by demographic
func (*NarrowcastCall) WithLimitMax ¶
func (call *NarrowcastCall) WithLimitMax(max int) *NarrowcastCall
WithLimitMax method will set maximum number of recipients
func (*NarrowcastCall) WithLimitMaxUpToRemainingQuota ¶
func (call *NarrowcastCall) WithLimitMaxUpToRemainingQuota(max int, upToRemainingQuota bool) *NarrowcastCall
WithLimitMaxUpToRemainingQuota method will set maximum number of recipients but not over remaining quota.
func (*NarrowcastCall) WithRecipient ¶
func (call *NarrowcastCall) WithRecipient(recipient Recipient) *NarrowcastCall
WithRecipient method will send to specific recipient objects
func (*NarrowcastCall) WithRetryKey ¶
func (call *NarrowcastCall) WithRetryKey(retryKey string) *NarrowcastCall
WithRetryKey method will set retry key string (UUID) on narrowcast.
type NarrowcastMessageLimit ¶
type NarrowcastMessageLimit struct { Max int `json:"max"` UpToRemainingQuota bool `json:"upToRemainingQuota,omitempty"` }
NarrowcastMessageLimit type
type OverviewDetail ¶
type OverviewDetail struct { RequestID string `json:"requestId"` Timestamp int64 `json:"timestamp"` Delivered int64 `json:"delivered"` UniqueImpression int64 `json:"uniqueImpression"` UniqueClick int64 `json:"uniqueClick"` UniqueMediaPlayed int64 `json:"uniqueMediaPlayed"` UniqueMediaPlayed100Percent int64 `json:"uniqueMediaPlayed100Percent"` }
OverviewDetail type
type Params ¶ added in v1.1.0
type Params struct { Date string `json:"date,omitempty"` Time string `json:"time,omitempty"` Datetime string `json:"datetime,omitempty"` }
Params type
type PeriodType ¶
type PeriodType string
PeriodType type
const ( PeriodEmpty PeriodType = "" PeriodDay7 PeriodType = "day_7" PeriodDay30 PeriodType = "day_30" PeriodDay90 PeriodType = "day_90" PeriodDay180 PeriodType = "day_180" PeriodDay365 PeriodType = "day_365" )
PeriodType constants
type PostbackAction ¶
PostbackAction type
func NewPostbackAction ¶
func NewPostbackAction(label, data, text, displayText string) *PostbackAction
NewPostbackAction function
func (*PostbackAction) MarshalJSON ¶
func (a *PostbackAction) MarshalJSON() ([]byte, error)
MarshalJSON method of PostbackAction
func (*PostbackAction) QuickReplyAction ¶
func (*PostbackAction) QuickReplyAction()
QuickReplyAction implements QuickReplyAction interface
func (*PostbackAction) TemplateAction ¶
func (*PostbackAction) TemplateAction()
TemplateAction implements TemplateAction interface
type ProgressType ¶
type ProgressType string
ProgressType type
const (
ProgressTypeNarrowcast ProgressType = "narrowcast"
)
ProgressType constants
type PushMessageCall ¶
type PushMessageCall struct {
// contains filtered or unexported fields
}
PushMessageCall type
func (*PushMessageCall) WithContext ¶
func (call *PushMessageCall) WithContext(ctx context.Context) *PushMessageCall
WithContext method
func (*PushMessageCall) WithNotificationDisabled ¶
func (call *PushMessageCall) WithNotificationDisabled() *PushMessageCall
WithNotificationDisabled method will disable push notification
func (*PushMessageCall) WithRetryKey ¶
func (call *PushMessageCall) WithRetryKey(retryKey string) *PushMessageCall
WithRetryKey method will set retry key string (UUID) on PushMessage.
type QuickReplyAction ¶
type QuickReplyAction interface { Action QuickReplyAction() }
QuickReplyAction type
type QuickReplyButton ¶
type QuickReplyButton struct { ImageURL string Action QuickReplyAction }
QuickReplyButton type
func NewQuickReplyButton ¶
func NewQuickReplyButton(imageURL string, action QuickReplyAction) *QuickReplyButton
NewQuickReplyButton function
func (*QuickReplyButton) MarshalJSON ¶
func (b *QuickReplyButton) MarshalJSON() ([]byte, error)
MarshalJSON method of QuickReplyButton
type QuickReplyItems ¶
type QuickReplyItems struct {
Items []*QuickReplyButton `json:"items"`
}
QuickReplyItems struct
func NewQuickReplyItems ¶
func NewQuickReplyItems(buttons ...*QuickReplyButton) *QuickReplyItems
NewQuickReplyItems function
type RecipientOperator ¶
type RecipientOperator struct { ConditionAnd []Recipient `json:"and,omitempty"` ConditionOr []Recipient `json:"or,omitempty"` ConditionNot Recipient `json:"not,omitempty"` }
RecipientOperator struct
func RecipientOperatorAnd ¶
func RecipientOperatorAnd(conditions ...Recipient) *RecipientOperator
RecipientOperatorAnd method
func RecipientOperatorNot ¶
func RecipientOperatorNot(condition Recipient) *RecipientOperator
RecipientOperatorNot method
func RecipientOperatorOr ¶
func RecipientOperatorOr(conditions ...Recipient) *RecipientOperator
RecipientOperatorOr method
func (*RecipientOperator) MarshalJSON ¶
func (o *RecipientOperator) MarshalJSON() ([]byte, error)
MarshalJSON method of Operator
func (*RecipientOperator) Recipient ¶
func (*RecipientOperator) Recipient()
Recipient implements Recipient interface
type RedeliveryObject ¶
RedeliveryObject type is created to be used with specific recipient objects
func NewRedeliveryObject ¶
func NewRedeliveryObject(requestID string) *RedeliveryObject
NewRedeliveryObject function
func (*RedeliveryObject) Recipient ¶
func (*RedeliveryObject) Recipient()
Recipient implements Recipient interface
type ReplyMessageCall ¶
type ReplyMessageCall struct {
// contains filtered or unexported fields
}
ReplyMessageCall type
func (*ReplyMessageCall) WithContext ¶
func (call *ReplyMessageCall) WithContext(ctx context.Context) *ReplyMessageCall
WithContext method
func (*ReplyMessageCall) WithNotificationDisabled ¶
func (call *ReplyMessageCall) WithNotificationDisabled() *ReplyMessageCall
WithNotificationDisabled method will disable push notification
type RevokeAccessTokenCall ¶
type RevokeAccessTokenCall struct {
// contains filtered or unexported fields
}
RevokeAccessTokenCall type
func (*RevokeAccessTokenCall) Do ¶
func (call *RevokeAccessTokenCall) Do() (*BasicResponse, error)
Do method
func (*RevokeAccessTokenCall) WithContext ¶
func (call *RevokeAccessTokenCall) WithContext(ctx context.Context) *RevokeAccessTokenCall
WithContext method
type RevokeAccessTokenV2Call ¶
type RevokeAccessTokenV2Call struct {
// contains filtered or unexported fields
}
RevokeAccessTokenV2Call type
func (*RevokeAccessTokenV2Call) Do ¶
func (call *RevokeAccessTokenV2Call) Do() (*BasicResponse, error)
Do method
func (*RevokeAccessTokenV2Call) WithContext ¶
func (call *RevokeAccessTokenV2Call) WithContext(ctx context.Context) *RevokeAccessTokenV2Call
WithContext method
type RichMenu ¶ added in v1.1.0
type RichMenu struct { Size RichMenuSize Selected bool Name string ChatBarText string Areas []AreaDetail }
RichMenu type
type RichMenuAction ¶ added in v1.1.0
type RichMenuAction struct { Type RichMenuActionType `json:"type"` URI string `json:"uri,omitempty"` Text string `json:"text,omitempty"` Data string `json:"data,omitempty"` Mode string `json:"mode,omitempty"` Initial string `json:"initial,omitempty"` Max string `json:"max,omitempty"` Min string `json:"min,omitempty"` }
RichMenuAction with type
type RichMenuActionType ¶ added in v1.1.0
type RichMenuActionType string
RichMenuActionType type
const ( RichMenuActionTypeURI RichMenuActionType = "uri" RichMenuActionTypeMessage RichMenuActionType = "message" RichMenuActionTypePostback RichMenuActionType = "postback" RichMenuActionTypeDatetimePicker RichMenuActionType = "datetimepicker" )
RichMenuActionType constants
type RichMenuBounds ¶ added in v1.1.0
type RichMenuBounds struct { X int `json:"x"` Y int `json:"y"` Width int `json:"width"` Height int `json:"height"` }
RichMenuBounds type
type RichMenuIDResponse ¶ added in v1.1.0
type RichMenuIDResponse struct {
RichMenuID string `json:"richMenuId"`
}
RichMenuIDResponse type
type RichMenuResponse ¶ added in v1.1.0
type RichMenuResponse struct { RichMenuID string `json:"richMenuId"` Size RichMenuSize `json:"size"` Selected bool `json:"selected"` Name string `json:"name"` ChatBarText string `json:"chatBarText"` Areas []AreaDetail `json:"areas"` }
RichMenuResponse type
type RichMenuSize ¶ added in v1.1.0
RichMenuSize type
type SendingMessage ¶
type SendingMessage interface { Message WithQuickReplies(*QuickReplyItems) SendingMessage WithSender(*Sender) SendingMessage AddEmoji(emoji *Emoji) SendingMessage }
SendingMessage interface
type SeparatorComponent ¶ added in v1.2.0
type SeparatorComponent struct { Type FlexComponentType Margin FlexComponentMarginType Color string }
SeparatorComponent type
func (*SeparatorComponent) FlexComponent ¶ added in v1.2.0
func (*SeparatorComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*SeparatorComponent) MarshalJSON ¶
func (c *SeparatorComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of SeparatorComponent
type SetDefaultRichMenuCall ¶
type SetDefaultRichMenuCall struct {
// contains filtered or unexported fields
}
SetDefaultRichMenuCall type
func (*SetDefaultRichMenuCall) Do ¶
func (call *SetDefaultRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*SetDefaultRichMenuCall) WithContext ¶
func (call *SetDefaultRichMenuCall) WithContext(ctx context.Context) *SetDefaultRichMenuCall
WithContext method
type SetWebhookEndpointURLCall ¶
type SetWebhookEndpointURLCall struct {
// contains filtered or unexported fields
}
SetWebhookEndpointURLCall type
func (*SetWebhookEndpointURLCall) Do ¶
func (call *SetWebhookEndpointURLCall) Do() (*BasicResponse, error)
Do method
func (*SetWebhookEndpointURLCall) WithContext ¶
func (call *SetWebhookEndpointURLCall) WithContext(ctx context.Context) *SetWebhookEndpointURLCall
WithContext method
type SpacerComponent ¶ added in v1.2.0
type SpacerComponent struct { Type FlexComponentType Size FlexSpacerSizeType }
SpacerComponent type
func (*SpacerComponent) FlexComponent ¶ added in v1.2.0
func (*SpacerComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*SpacerComponent) MarshalJSON ¶
func (c *SpacerComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of SpacerComponent
type SpanComponent ¶
type SpanComponent struct { Type FlexComponentType Text string Size FlexTextSizeType Weight FlexTextWeightType Color string Style FlexTextStyleType Decoration FlexTextDecorationType }
SpanComponent type
func (*SpanComponent) FlexComponent ¶
func (*SpanComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*SpanComponent) MarshalJSON ¶
func (c *SpanComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of SpanComponent
type StickerMessage ¶
type StickerMessage struct { ID string PackageID string StickerID string StickerResourceType StickerResourceType Keywords []string // contains filtered or unexported fields }
StickerMessage type
func NewStickerMessage ¶
func NewStickerMessage(packageID, stickerID string) *StickerMessage
NewStickerMessage function
func (*StickerMessage) AddEmoji ¶
func (m *StickerMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of StickerMessage
func (*StickerMessage) MarshalJSON ¶
func (m *StickerMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of StickerMessage
func (*StickerMessage) Message ¶ added in v1.1.0
func (*StickerMessage) Message()
Message implements Message interface
func (*StickerMessage) WithQuickReplies ¶
func (m *StickerMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of StickerMessage
func (*StickerMessage) WithSender ¶
func (m *StickerMessage) WithSender(sender *Sender) SendingMessage
WithSender method of StickerMessage
type StickerResourceType ¶
type StickerResourceType string
StickerResourceType type
const ( StickerResourceTypeStatic StickerResourceType = "STATIC" StickerResourceTypeAnimation StickerResourceType = "ANIMATION" StickerResourceTypeSound StickerResourceType = "SOUND" StickerResourceTypeAnimationSound StickerResourceType = "ANIMATION_SOUND" StickerResourceTypePerStickerText StickerResourceType = "PER_STICKER_TEXT" StickerResourceTypePopup StickerResourceType = "POPUP" StickerResourceTypePopupSound StickerResourceType = "POPUP_SOUND" StickerResourceTypeNameText StickerResourceType = "NAME_TEXT" )
StickerResourceType constants
type SubscriptionPeriodDetail ¶
type SubscriptionPeriodDetail struct { SubscriptionPeriod string `json:"subscriptionPeriod"` Percentage float64 `json:"percentage"` }
SubscriptionPeriodDetail type
type SubscriptionPeriodFilter ¶
type SubscriptionPeriodFilter struct { Type string `json:"type"` GTE PeriodType `json:"gte,omitempty"` // greater than or equal to LT PeriodType `json:"lt,omitempty"` // less than }
SubscriptionPeriodFilter type
func NewSubscriptionPeriodFilter ¶
func NewSubscriptionPeriodFilter(gte, lt PeriodType) *SubscriptionPeriodFilter
NewSubscriptionPeriodFilter function
func (*SubscriptionPeriodFilter) DemographicFilter ¶
func (*SubscriptionPeriodFilter) DemographicFilter()
DemographicFilter implements DemographicFilter interface
type TemplateAction ¶
type TemplateAction interface { Action TemplateAction() }
TemplateAction interface
type TemplateMessage ¶
type TemplateMessage struct { AltText string Template Template // contains filtered or unexported fields }
TemplateMessage type
func NewTemplateMessage ¶
func NewTemplateMessage(altText string, template Template) *TemplateMessage
NewTemplateMessage function
func (*TemplateMessage) AddEmoji ¶
func (m *TemplateMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of TemplateMessage
func (*TemplateMessage) MarshalJSON ¶
func (m *TemplateMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of TemplateMessage
func (*TemplateMessage) Message ¶ added in v1.1.0
func (*TemplateMessage) Message()
Message implements Message interface
func (*TemplateMessage) WithQuickReplies ¶
func (m *TemplateMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of TemplateMessage
func (*TemplateMessage) WithSender ¶
func (m *TemplateMessage) WithSender(sender *Sender) SendingMessage
WithSender method of TemplateMessage
type TemplateType ¶
type TemplateType string
TemplateType type
const ( TemplateTypeButtons TemplateType = "buttons" TemplateTypeConfirm TemplateType = "confirm" TemplateTypeCarousel TemplateType = "carousel" TemplateTypeImageCarousel TemplateType = "image_carousel" )
TemplateType constants
type TestWebhook ¶
type TestWebhook struct {
// contains filtered or unexported fields
}
TestWebhook type
func (*TestWebhook) WithContext ¶
func (call *TestWebhook) WithContext(ctx context.Context) *TestWebhook
WithContext method
type TestWebhookResponse ¶
type TestWebhookResponse struct { Success bool `json:"success"` Timestamp time.Time `json:"timestamp"` StatusCode int `json:"statusCode"` Reason string `json:"reason"` Detail string `json:"detail"` }
TestWebhookResponse type
type TextComponent ¶ added in v1.2.0
type TextComponent struct { Type FlexComponentType Text string Contents []*SpanComponent Flex *int Margin FlexComponentMarginType Size FlexTextSizeType Align FlexComponentAlignType Gravity FlexComponentGravityType Wrap bool Weight FlexTextWeightType Color string Action TemplateAction Style FlexTextStyleType Decoration FlexTextDecorationType MaxLines *int }
TextComponent type
func (*TextComponent) FlexComponent ¶ added in v1.2.0
func (*TextComponent) FlexComponent()
FlexComponent implements FlexComponent interface
func (*TextComponent) MarshalJSON ¶
func (c *TextComponent) MarshalJSON() ([]byte, error)
MarshalJSON method of TextComponent
func (*TextComponent) UnmarshalJSON ¶ added in v1.2.0
func (c *TextComponent) UnmarshalJSON(data []byte) error
UnmarshalJSON method for TextComponent
type TextMessage ¶
type TextMessage struct { ID string Text string Emojis []*Emoji Mention *Mention // contains filtered or unexported fields }
TextMessage type
func (*TextMessage) AddEmoji ¶
func (m *TextMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of TextMessage
func (*TextMessage) MarshalJSON ¶
func (m *TextMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of TextMessage
func (*TextMessage) Message ¶ added in v1.1.0
func (*TextMessage) Message()
Message implements Message interface
func (*TextMessage) WithQuickReplies ¶
func (m *TextMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of TextMessage
func (*TextMessage) WithSender ¶
func (m *TextMessage) WithSender(sender *Sender) SendingMessage
WithSender method of TextMessage
type ThingsActionResult ¶
type ThingsActionResult struct { Type ThingsActionResultType Data []byte }
ThingsActionResult type
type ThingsActionResultType ¶
type ThingsActionResultType string
ThingsActionResultType type
const ( ThingsActionResultTypeBinary ThingsActionResultType = "binary" ThingsActionResultTypeVoid ThingsActionResultType = "void" )
ThingsActionResultType contants
type ThingsResult ¶
type ThingsResult struct { ScenarioID string Revision int StartTime int64 EndTime int64 ResultCode ThingsResultCode ActionResults []*ThingsActionResult BLENotificationPayload []byte ErrorReason string }
ThingsResult type
type ThingsResultCode ¶
type ThingsResultCode string
ThingsResultCode type
const ( ThingsResultCodeSuccess ThingsResultCode = "success" ThingsResultCodeGattError ThingsResultCode = "gatt_error" ThingsResultCodeRuntimeError ThingsResultCode = "runtime_error" )
ThingsResultCode constsnts
type URIAction ¶
type URIAction struct { Label string URI string AltURI *URIActionAltURI }
URIAction type
func (*URIAction) MarshalJSON ¶
MarshalJSON method of URIAction
func (*URIAction) TemplateAction ¶
func (*URIAction) TemplateAction()
TemplateAction implements TemplateAction interface
type URIActionAltURI ¶
type URIActionAltURI struct {
Desktop string `json:"desktop"`
}
URIActionAltURI type
type URIImagemapAction ¶
type URIImagemapAction struct { Label string LinkURL string Area ImagemapArea }
URIImagemapAction type
func NewURIImagemapAction ¶
func NewURIImagemapAction(label, linkURL string, area ImagemapArea) *URIImagemapAction
NewURIImagemapAction function
func (*URIImagemapAction) ImagemapAction ¶ added in v1.1.0
func (a *URIImagemapAction) ImagemapAction()
ImagemapAction implements ImagemapAction interface
func (*URIImagemapAction) MarshalJSON ¶
func (a *URIImagemapAction) MarshalJSON() ([]byte, error)
MarshalJSON method of URIImagemapAction
type UnlinkUserRichMenuCall ¶ added in v1.1.0
type UnlinkUserRichMenuCall struct {
// contains filtered or unexported fields
}
UnlinkUserRichMenuCall type
func (*UnlinkUserRichMenuCall) Do ¶ added in v1.1.0
func (call *UnlinkUserRichMenuCall) Do() (*BasicResponse, error)
Do method
func (*UnlinkUserRichMenuCall) WithContext ¶ added in v1.1.0
func (call *UnlinkUserRichMenuCall) WithContext(ctx context.Context) *UnlinkUserRichMenuCall
WithContext method
type UpdateLIFFCall ¶ added in v1.2.1
type UpdateLIFFCall struct {
// contains filtered or unexported fields
}
UpdateLIFFCall type
func (*UpdateLIFFCall) Do ¶ added in v1.2.1
func (call *UpdateLIFFCall) Do() (*BasicResponse, error)
Do method
func (*UpdateLIFFCall) WithContext ¶ added in v1.2.1
func (call *UpdateLIFFCall) WithContext(ctx context.Context) *UpdateLIFFCall
WithContext method
type UploadRichMenuImageCall ¶ added in v1.1.0
type UploadRichMenuImageCall struct {
// contains filtered or unexported fields
}
UploadRichMenuImageCall type
func (*UploadRichMenuImageCall) Do ¶ added in v1.1.0
func (call *UploadRichMenuImageCall) Do() (*BasicResponse, error)
Do method
func (*UploadRichMenuImageCall) WithContext ¶ added in v1.1.0
func (call *UploadRichMenuImageCall) WithContext(ctx context.Context) *UploadRichMenuImageCall
WithContext method
type UserProfileResponse ¶
type UserProfileResponse struct { UserID string `json:"userId"` DisplayName string `json:"displayName"` PictureURL string `json:"pictureUrl"` StatusMessage string `json:"statusMessage"` Language string `json:"language"` }
UserProfileResponse type
type VideoMessage ¶
type VideoMessage struct { ID string OriginalContentURL string PreviewImageURL string // contains filtered or unexported fields }
VideoMessage type
func NewVideoMessage ¶
func NewVideoMessage(originalContentURL, previewImageURL string) *VideoMessage
NewVideoMessage function
func (*VideoMessage) AddEmoji ¶
func (m *VideoMessage) AddEmoji(emoji *Emoji) SendingMessage
AddEmoji method of VideoMessage
func (*VideoMessage) MarshalJSON ¶
func (m *VideoMessage) MarshalJSON() ([]byte, error)
MarshalJSON method of VideoMessage
func (*VideoMessage) Message ¶ added in v1.1.0
func (*VideoMessage) Message()
Message implements Message interface
func (*VideoMessage) WithQuickReplies ¶
func (m *VideoMessage) WithQuickReplies(items *QuickReplyItems) SendingMessage
WithQuickReplies method of VideoMessage
func (*VideoMessage) WithSender ¶
func (m *VideoMessage) WithSender(sender *Sender) SendingMessage
WithSender method of VideoMessage
type VideoPlayComplete ¶
type VideoPlayComplete struct {
TrackingID string `json:"trackingId"`
}
VideoPlayComplete type
type View ¶ added in v1.2.1
type View struct { Type LIFFViewType `json:"type"` URL string `json:"url"` }
View type
type ViewRequest ¶ added in v1.2.1
type ViewRequest struct {
View View `json:"view"`
}
ViewRequest type
type WebhookInfoResponse ¶
WebhookInfoResponse type
Source Files ¶
- account_link.go
- actions.go
- client.go
- delivery.go
- demographic_filter.go
- emoji.go
- error.go
- event.go
- flex.go
- flex_unmarshal.go
- get_bot_info.go
- get_content.go
- get_count.go
- get_ids.go
- get_profile.go
- get_quota.go
- get_summary.go
- imagemap.go
- insight.go
- leave.go
- liff.go
- mention.go
- message.go
- oauth.go
- oauth2.go
- progress.go
- quick_reply.go
- recipient.go
- response.go
- richmenu.go
- send_message.go
- sender.go
- template.go
- version.go
- webhook.go