Method GetUserProfileDataAsync - HiznyakNikita/facebook-messenger-net-lib GitHub Wiki

GetUserProfileDataAsync

gets user profile data

Parameters

  • long userId - id of user for which profile data will find

Result

User profile datat will be returned

Example

public async Task GetUserProfileData(lond userId) { await _api.SendWelcomeMessageAsync(welcomeMessageOfBot); }