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