Skip to content

Commit

Permalink
fix: update direct notification url
Browse files Browse the repository at this point in the history
  • Loading branch information
siderai committed May 23, 2023
1 parent bd9a99d commit 702c796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class NotificationDirect(AuthorizedBotXMethod[UUID]):
"""Method for sending notification into single chat."""

__url__ = "/api/v3/botx/notification/callback/direct"
__url__ = "/api/v4/botx/notifications/direct"
__method__ = "POST"
__returning__ = PushResult
__result_extractor__ = extract_generated_sync_id
Expand Down

0 comments on commit 702c796

Please sign in to comment.