java.lang.Object
it.auties.whatsapp.model.message.standard.TextMessageBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerprivate Stringprivate ContextInfoprivate Stringprivate booleanprivate TextMessage.FontTypeprivate TextMessage.InviteLinkGroupTypeprivate TextMessage.InviteLinkGroupTypeprivate Stringprivate byte[]private Stringprivate byte[]private Longprivate TextMessage.PreviewTypeprivate Stringprivate Integerprivate byte[]private Stringprivate byte[]private Integerprivate byte[]private Integerprivate Stringprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackgroundArgb(Integer backgroundArgb) build()canonicalUrl(String canonicalUrl) contextInfo(ContextInfo contextInfo) description(String description) doNotPlayInline(boolean doNotPlayInline) font(TextMessage.FontType font) inviteLinkGroupType(TextMessage.InviteLinkGroupType inviteLinkGroupType) inviteLinkGroupTypeV2(TextMessage.InviteLinkGroupType inviteLinkGroupTypeV2) inviteLinkParentGroupSubjectV2(String inviteLinkParentGroupSubjectV2) inviteLinkParentGroupThumbnailV2(byte[] inviteLinkParentGroupThumbnailV2) matchedText(String matchedText) mediaKey(byte[] mediaKey) mediaKeyTimestampSeconds(Long mediaKeyTimestampSeconds) previewType(TextMessage.PreviewType previewType) thumbnail(byte[] thumbnail) thumbnailDirectPath(String thumbnailDirectPath) thumbnailEncSha256(byte[] thumbnailEncSha256) thumbnailHeight(Integer thumbnailHeight) thumbnailSha256(byte[] thumbnailSha256) thumbnailWidth(Integer thumbnailWidth) viewOnce(boolean viewOnce)
-
Field Details
-
text
-
matchedText
-
canonicalUrl
-
description
-
title
-
textArgb
-
backgroundArgb
-
font
-
previewType
-
thumbnail
private byte[] thumbnail -
contextInfo
-
doNotPlayInline
private boolean doNotPlayInline -
thumbnailDirectPath
-
thumbnailSha256
private byte[] thumbnailSha256 -
thumbnailEncSha256
private byte[] thumbnailEncSha256 -
mediaKey
private byte[] mediaKey -
mediaKeyTimestampSeconds
-
thumbnailHeight
-
thumbnailWidth
-
inviteLinkGroupType
-
inviteLinkParentGroupSubjectV2
-
inviteLinkParentGroupThumbnailV2
private byte[] inviteLinkParentGroupThumbnailV2 -
inviteLinkGroupTypeV2
-
viewOnce
private boolean viewOnce
-
-
Constructor Details
-
TextMessageBuilder
public TextMessageBuilder()
-
-
Method Details
-
text
-
matchedText
-
canonicalUrl
-
description
-
title
-
textArgb
-
backgroundArgb
-
font
-
previewType
-
thumbnail
-
contextInfo
-
doNotPlayInline
-
thumbnailDirectPath
-
thumbnailSha256
-
thumbnailEncSha256
-
mediaKey
-
mediaKeyTimestampSeconds
-
thumbnailHeight
-
thumbnailWidth
-
inviteLinkGroupType
-
inviteLinkParentGroupSubjectV2
-
inviteLinkParentGroupThumbnailV2
-
inviteLinkGroupTypeV2
public TextMessageBuilder inviteLinkGroupTypeV2(TextMessage.InviteLinkGroupType inviteLinkGroupTypeV2) -
viewOnce
-
build
-