Skip to content

Commit

Permalink
Add blockquote to MessageEntityType (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 authored Dec 29, 2023
1 parent 154f1c5 commit b9b472c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ pub enum MessageEntityType {
TextLink,
TextMention,
CustomEmoji,
Blockquote,
}

#[derive(Clone, Copy, Debug, Serialize, Deserialize, PartialEq, Eq)]
Expand Down

0 comments on commit b9b472c

Please sign in to comment.