Package com.github.twitch4j.helix.domain
Klasse ChatMessage.ChatMessageBuilder
java.lang.Object
com.github.twitch4j.helix.domain.ChatMessage.ChatMessageBuilder
- Umschließende Klasse:
ChatMessage
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbroadcasterId(@NotNull String broadcasterId) The ID of the broadcaster whose chat room the message will be sent to.build()The message to send.replyParentMessageId(@Nullable String replyParentMessageId) The ID of the chat message being replied to, if any.The ID of the user sending the message.toString()
-
Methodendetails
-
broadcasterId
The ID of the broadcaster whose chat room the message will be sent to.- Gibt zurück:
this.
-
senderId
The ID of the user sending the message.This ID must match the user ID in the user access token (if not using an app access token).
- Gibt zurück:
this.
-
message
The message to send.The message is limited to a maximum of 500 characters.
- Gibt zurück:
this.
-
replyParentMessageId
public ChatMessage.ChatMessageBuilder replyParentMessageId(@Nullable @Nullable String replyParentMessageId) The ID of the chat message being replied to, if any.- Gibt zurück:
this.
-
build
-
toString
-