Module it.auties.cobalt
Class VideoOrGifMessageBuilder
java.lang.Object
it.auties.whatsapp.model.message.standard.VideoOrGifMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate ContextInfoprivate Integerprivate VideoOrGifMessage.Attributionprivate booleanprivate Integerprivate List<InteractiveLocationAnnotation> private Stringprivate byte[]private byte[]private longprivate byte[]private Longprivate Stringprivate Stringprivate Stringprivate byte[]private byte[]private Stringprivate byte[]private byte[]private booleanprivate Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()contextInfo(ContextInfo contextInfo) gifAttribution(VideoOrGifMessage.Attribution gifAttribution) gifPlayback(boolean gifPlayback) interactiveAnnotations(List<InteractiveLocationAnnotation> interactiveAnnotations) mediaDirectPath(String mediaDirectPath) mediaEncryptedSha256(byte[] mediaEncryptedSha256) mediaKey(byte[] mediaKey) mediaKeyTimestampSeconds(long mediaKeyTimestampSeconds) mediaSha256(byte[] mediaSha256) streamingSidecar(byte[] streamingSidecar) thumbnail(byte[] thumbnail) thumbnailDirectPath(String thumbnailDirectPath) thumbnailEncSha256(byte[] thumbnailEncSha256) thumbnailSha256(byte[] thumbnailSha256) viewOnce(boolean viewOnce)
-
Field Details
-
mediaUrl
-
mimetype
-
mediaSha256
private byte[] mediaSha256 -
mediaSize
-
duration
-
mediaKey
private byte[] mediaKey -
caption
-
gifPlayback
private boolean gifPlayback -
height
-
width
-
mediaEncryptedSha256
private byte[] mediaEncryptedSha256 -
interactiveAnnotations
-
mediaDirectPath
-
mediaKeyTimestampSeconds
private long mediaKeyTimestampSeconds -
thumbnail
private byte[] thumbnail -
contextInfo
-
streamingSidecar
private byte[] streamingSidecar -
gifAttribution
-
viewOnce
private boolean viewOnce -
thumbnailDirectPath
-
thumbnailSha256
private byte[] thumbnailSha256 -
thumbnailEncSha256
private byte[] thumbnailEncSha256 -
staticUrl
-
-
Constructor Details
-
VideoOrGifMessageBuilder
public VideoOrGifMessageBuilder()
-
-
Method Details
-
mediaUrl
-
mimetype
-
mediaSha256
-
mediaSize
-
duration
-
mediaKey
-
caption
-
gifPlayback
-
height
-
width
-
mediaEncryptedSha256
-
interactiveAnnotations
public VideoOrGifMessageBuilder interactiveAnnotations(List<InteractiveLocationAnnotation> interactiveAnnotations) -
mediaDirectPath
-
mediaKeyTimestampSeconds
-
thumbnail
-
contextInfo
-
streamingSidecar
-
gifAttribution
-
viewOnce
-
thumbnailDirectPath
-
thumbnailSha256
-
thumbnailEncSha256
-
staticUrl
-
build
-