Uses of Class
it.auties.whatsapp.model.message.standard.TextMessage
Packages that use TextMessage
Package
Description
-
Uses of TextMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type TextMessageModifier and TypeFieldDescriptionprivate final Optional<TextMessage> MessageContainer.textMessageThe field for thetextMessagerecord component.private Optional<TextMessage> MessageContainerBuilder.textMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type TextMessageModifier and TypeMethodDescriptionMessageContainer.textMessage()Returns the value of thetextMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type TextMessageMethod parameters in it.auties.whatsapp.model.message.model with type arguments of type TextMessageModifier and TypeMethodDescriptionMessageContainerBuilder.textMessage(Optional<TextMessage> textMessage) -
Uses of TextMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return TextMessageModifier and TypeMethodDescriptionTextMessageBuilder.build()static TextMessageTextMessageSpec.decode(byte[] input) static TextMessageTextMessage.setBackgroundArgb(Integer backgroundArgb) TextMessage.setCanonicalUrl(String canonicalUrl) TextMessage.setContextInfo(ContextInfo contextInfo) TextMessage.setDescription(String description) TextMessage.setDoNotPlayInline(boolean doNotPlayInline) TextMessage.setFont(TextMessage.FontType font) TextMessage.setInviteLinkGroupType(TextMessage.InviteLinkGroupType inviteLinkGroupType) TextMessage.setInviteLinkGroupTypeV2(TextMessage.InviteLinkGroupType inviteLinkGroupTypeV2) TextMessage.setInviteLinkParentGroupSubjectV2(String inviteLinkParentGroupSubjectV2) TextMessage.setInviteLinkParentGroupThumbnailV2(byte[] inviteLinkParentGroupThumbnailV2) TextMessage.setMatchedText(String matchedText) TextMessage.setMediaKey(byte[] mediaKey) TextMessage.setMediaKeyTimestampSeconds(Long mediaKeyTimestampSeconds) TextMessage.setPreviewType(TextMessage.PreviewType previewType) TextMessage.setTextArgb(Integer textArgb) TextMessage.setThumbnail(byte[] thumbnail) TextMessage.setThumbnailDirectPath(String thumbnailDirectPath) TextMessage.setThumbnailEncSha256(byte[] thumbnailEncSha256) TextMessage.setThumbnailHeight(Integer thumbnailHeight) TextMessage.setThumbnailSha256(byte[] thumbnailSha256) TextMessage.setThumbnailWidth(Integer thumbnailWidth) TextMessage.setViewOnce(boolean viewOnce) Methods in it.auties.whatsapp.model.message.standard with parameters of type TextMessageModifier and TypeMethodDescriptionstatic byte[]TextMessageSpec.encode(TextMessage protoInputObject)