Skip to content

Instantly share code, notes, and snippets.

@chomado
Created November 20, 2018 06:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chomado/c0d9c2526dbf2414cfaf7d4a4dfcf01e to your computer and use it in GitHub Desktop.
Save chomado/c0d9c2526dbf2414cfaf7d4a4dfcf01e to your computer and use it in GitHub Desktop.
CEKRequest request = ...; // Clova から来たリクエスト
var client = new LineMessagingClient("LINE Developers で取得できるシークレット");
await client.PushMessageAsync(
request.Session.User.UserId,
new List<ISendMessage>
{
new TextMessage("送りたいメッセージ"),
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment