We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954872f commit 8d385fbCopy full SHA for 8d385fb
Deployf.Botf/System/Filters.cs
@@ -25,6 +25,8 @@ public static class Filters
25
public const string PrivateChat = $"{_BASE}.{nameof(FiltersImpl.FilterPrivateChats)}";
26
public const string GroupChat = $"{_BASE}.{nameof(FiltersImpl.FilterGroupChats)}";
27
public const string Type = $"{_BASE}.{nameof(FiltersImpl.FilterType)}";
28
+ public const string SuccessfulPayment = $"{_BASE}.{nameof(FiltersImpl.FilterSuccessfulPayment)}";
29
+ public const string PreCheckoutQuery = $"{_BASE}.{nameof(FiltersImpl.FilterPreCheckoutQuery)}";
30
}
31
32
public static class FiltersImpl
0 commit comments