Exemple #1
0
        protected virtual async Task OnFacebookOptin(ITurnContext turnContext, FacebookOptin optin, CancellationToken cancellationToken)
        {
            Logger.LogInformation("Optin message received.");

            // TODO: Your optin event handling logic here...
            await Task.CompletedTask;
        }
Exemple #2
0
 private void OnFacebookOptin(FacebookOptin optin)
 {
     // TODO: Your optin event handling logic here...
 }