Skip to content

Commit

Permalink
Registered new filters
Browse files Browse the repository at this point in the history
  • Loading branch information
wellon committed Sep 23, 2023
1 parent 954872f commit 8d385fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Deployf.Botf/System/Filters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public static class Filters
public const string PrivateChat = $"{_BASE}.{nameof(FiltersImpl.FilterPrivateChats)}";
public const string GroupChat = $"{_BASE}.{nameof(FiltersImpl.FilterGroupChats)}";
public const string Type = $"{_BASE}.{nameof(FiltersImpl.FilterType)}";
public const string SuccessfulPayment = $"{_BASE}.{nameof(FiltersImpl.FilterSuccessfulPayment)}";
public const string PreCheckoutQuery = $"{_BASE}.{nameof(FiltersImpl.FilterPreCheckoutQuery)}";
}

public static class FiltersImpl
Expand Down

0 comments on commit 8d385fb

Please sign in to comment.