Browse Source

1. Minor fix

master
Rubenlagu 10 years ago
committed by Rubenlagus
parent
commit
f18eb92947
  1. 2
      src/main/java/org/telegram/api/objects/ChosenInlineQuery.java

2
src/main/java/org/telegram/api/objects/ChosenInlineQuery.java

@ -16,7 +16,7 @@ import java.io.IOException;
* @date 01 of January of 2016 * @date 01 of January of 2016
*/ */
public class ChosenInlineQuery implements BotApiObject { public class ChosenInlineQuery implements BotApiObject {
public static final String RESULTID_FIELD = "id"; public static final String RESULTID_FIELD = "result_id";
@JsonProperty(RESULTID_FIELD) @JsonProperty(RESULTID_FIELD)
private String resultId; ///< The unique identifier for the result that was chosen. private String resultId; ///< The unique identifier for the result that was chosen.
public static final String FROM_FIELD = "from"; public static final String FROM_FIELD = "from";

Loading…
Cancel
Save