Update IBotTradeOffer2.cs

This commit is contained in:
Łukasz Domeradzki 2024-06-17 09:19:54 +02:00
parent dd1dfdcf34
commit 0e6b75aa5c
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -36,7 +36,7 @@ namespace ArchiSteamFarm.Plugins.Interfaces;
[PublicAPI]
public interface IBotTradeOffer2 : IPlugin {
/// <summary>
/// ASF will call this method for unhandled (ignored and rejected) trade offers received by the bot.
/// ASF will call this method for unhandled (e.g. blacklisted, ignored and rejected) trade offers received by the bot.
/// </summary>
/// <param name="bot">Bot object related to this callback.</param>
/// <param name="tradeOffer">Trade offer related to this callback.</param>