Skip to content

Commit

Permalink
Merge pull request rubenlagus#1006 from yangshoulai/dev
Browse files Browse the repository at this point in the history
Rename entities in class InputMedia
  • Loading branch information
rubenlagus authored Jan 1, 2022
2 parents e606e2a + 9888db4 commit 5c6bbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public abstract class InputMedia implements Validable, BotApiObject {
public static final String MEDIA_FIELD = "media";
public static final String CAPTION_FIELD = "caption";
public static final String PARSEMODE_FIELD = "parse_mode";
public static final String ENTITIES_FIELD = "entities";
public static final String ENTITIES_FIELD = "caption_entities";

/**
* File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended),
Expand Down

0 comments on commit 5c6bbbe

Please sign in to comment.