Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Update DataStructures.h
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt authored Feb 27, 2021
1 parent 8e9b6ca commit b7ef0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataStructures.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ struct TBDocument {
};

struct TBMessage {
bool isMarkdownEnabled = false;
bool isMarkdownEnabled = true;
bool disable_notification = false;
int32_t messageID;
int64_t chatId;
Expand Down

0 comments on commit b7ef0e3

Please sign in to comment.