-
Notifications
You must be signed in to change notification settings - Fork 0
Reference
BookHsu-shinher edited this page Feb 5, 2026
·
2 revisions
這裡提供 SDK 的核心概念與常用入口,讓你知道從哪裡開始。
-
LineSdkBuilder:SDK 組態入口 -
LineSdk:建置後的主要操作物件 -
LineChannel:Webhook 驗證等通用工具
-
UseBot():Bot API -
UseMessages():訊息相關 API
-
LineReceivedMsg:Webhook 事件模型 -
TextMessage:文字訊息
- 快速開始
- LINE Messaging API 2.0 規格速覽
- 範例專案