Skip to content

Commit

Permalink
Merge branch 'release/v0.17.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
wellon committed Sep 23, 2023
2 parents 954872f + 8d385fb commit ad69d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Deployf.Botf/System/Filters.cs
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 ad69d64

Please sign in to comment.