Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Modersi authored Dec 5, 2021
1 parent 2adfad4 commit a7f67c8
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 @@ -46,7 +46,7 @@ Telegram::BotSettings settings_from_custom_file(QDir("Specific/File/Directory"),
| port | Optional | Local port for webhook server to be listening for incoming connections. Defaults to 443
| payment_token | Optional | Your payment token

- By setting its fields. Look BotSettings.h for all fields and their meanings
- By setting its fields. Look [BotSettings.h](Sources/Headers/BotSettings.h) for all fields and their meanings
```c#
// Will contrusct BotSettings "from code". Use this way if you need to set particular settings to your SSL configuration
Telegram::BotSettings settings_from_code;
Expand Down

0 comments on commit a7f67c8

Please sign in to comment.