Beispiel #1
0
 public async Task <string> GetChatID(string videoID)
 {
     return(await youTubeAPI.getStreamChatID(videoID));
 }