This commit is contained in:
Andrea Cavalli 2021-12-19 01:34:54 +01:00
parent 3ef4bf0e87
commit 2295336fc0
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.ToString;
import org.telegram.telegrambots.meta.api.interfaces.BotApiObject;
import org.telegram.telegrambots.meta.api.objects.extra.ExtraChatMembers;
import org.telegram.telegrambots.meta.api.objects.extra.ExtraChatInfo;
import org.telegram.telegrambots.meta.api.objects.inlinequery.ChosenInlineQuery;
import org.telegram.telegrambots.meta.api.objects.inlinequery.InlineQuery;
import org.telegram.telegrambots.meta.api.objects.payments.PreCheckoutQuery;
@ -71,7 +71,7 @@ public class Update implements BotApiObject {
@JsonProperty(POLL_FIELD)
private Poll poll; ///< Optional. New poll state. Bots receive only updates about polls, which are sent by the bot.
@JsonProperty(EXTRA_CHAT_INFO_FIELD)
private ExtraChatMembers extraChatInfo; ///< Optional. Extra.
private ExtraChatInfo extraChatInfo; ///< Optional. Extra.
/**
* Optional.
* A user changed their answer in a non-anonymous poll.