Skip to content

Commit

Permalink
feat(api): DirectMessage.view() (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
sileence114 authored Feb 24, 2024
1 parent bb360d0 commit eaaea9d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions khl/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ def list(
):
...

@staticmethod
@req('GET')
def view(
chat_code,
msg_id
):
...

@staticmethod
@req('POST')
def create(
Expand Down

0 comments on commit eaaea9d

Please sign in to comment.