io.github.zhyshko.core.util.UpdateWrapper Maven / Gradle / Ivy
package io.github.zhyshko.core.util;
import lombok.Builder;
import lombok.Data;
import org.telegram.telegrambots.meta.api.objects.Update;
@Data
@Builder
public class UpdateWrapper {
private Long userId;
private Long chatId;
private Integer messageId;
private Integer state;
private Update update;
private UpdateType updateType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy