xyz.r2turntrue.chzzk4j.chat.WsMessageServerboundRequestRecentChat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chzzk4j Show documentation
Show all versions of chzzk4j Show documentation
Unofficial Java API library of CHZZK (치지직, the video streaming service of Naver)
package xyz.r2turntrue.chzzk4j.chat;
class WsMessageServerboundRequestRecentChat extends WsMessageBase {
public WsMessageServerboundRequestRecentChat() {
super(WsMessageTypes.Commands.REQUEST_RECENT_CHAT);
}
static class Body {
public int recentMessageCount;
}
public WsMessageServerboundRequestRecentChat.Body bdy = new WsMessageServerboundRequestRecentChat.Body();
public String sid;
public int tid = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy