Skip to content

Commit 8d385fb

Browse files
committed
Registered new filters
1 parent 954872f commit 8d385fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Deployf.Botf/System/Filters.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public static class Filters
2525
public const string PrivateChat = $"{_BASE}.{nameof(FiltersImpl.FilterPrivateChats)}";
2626
public const string GroupChat = $"{_BASE}.{nameof(FiltersImpl.FilterGroupChats)}";
2727
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)}";
2830
}
2931

3032
public static class FiltersImpl

0 commit comments

Comments
 (0)