Skip to content

Commit

Permalink
change default parse mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasudo authored Dec 13, 2023
1 parent 6ec5af3 commit cc74212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TelegramMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public function __construct(string $content = '')
{
parent::__construct();
$this->content($content);
$this->payload['parse_mode'] = 'MarkdownV2';
$this->payload['parse_mode'] = 'Markdown';
}

public static function create(string $content = ''): self
Expand Down

0 comments on commit cc74212

Please sign in to comment.