Skip to content

Commit 0c4bcc2

Browse files
committed
Added support for “expandable_blockquote”
1 parent 15a0a48 commit 0c4bcc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/pengrad/telegrambot/model/MessageEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class MessageEntity implements Serializable {
1212

1313
public enum Type {
1414
mention, hashtag, cashtag, bot_command, url, email, phone_number, bold, italic, code, pre, text_link,
15-
text_mention, underline, strikethrough, spoiler, custom_emoji, blockquote
15+
text_mention, underline, strikethrough, spoiler, custom_emoji, blockquote, expandable_blockquote
1616
}
1717

1818
private Type type;

0 commit comments

Comments
 (0)