Пример #1
0
 public static Image GetGoLivePreview(this DiscordClient client, ulong guildId, ulong channelId, ulong userId)
 {
     return(client.GetGoLivePreviewAsync(guildId, channelId, userId).GetAwaiter().GetResult());
 }