Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 20, 2025
1 parent 8c3c655 commit 06a3bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ abstract class Dialog
// Properties Access
public function getChatId(): int;
public function getUserId(): ?int;
public function getTtl(): int;
public function getTtl(): ?int;
}
```

Expand Down

0 comments on commit 06a3bd3

Please sign in to comment.