We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc24b5d commit e1fbb1eCopy full SHA for e1fbb1e
1 file changed
MESSAGE_kor.md
@@ -7,8 +7,9 @@ LineMessaging API.Net
7
* SendBroadcastMessageAsync method를 통해 X-Line-Retry-Key와 함께 단순 text메시지 발송 예시)
8
```csharp
9
using Line;
10
+ using Line.Message;
11
- using Line.Message;using (var client = new LineMessagingClient("your access token"))
12
+ using (var client = new LineMessagingClient("your access token"))
13
{
14
try
15
0 commit comments