Uses of Class
it.auties.whatsapp.model.message.standard.GroupInviteMessage
Packages that use GroupInviteMessage
Package
Description
-
Uses of GroupInviteMessage in it.auties.whatsapp.model.message.model
Fields in it.auties.whatsapp.model.message.model with type parameters of type GroupInviteMessageModifier and TypeFieldDescriptionprivate final Optional<GroupInviteMessage> MessageContainer.groupInviteMessageThe field for thegroupInviteMessagerecord component.private Optional<GroupInviteMessage> MessageContainerBuilder.groupInviteMessageMethods in it.auties.whatsapp.model.message.model that return types with arguments of type GroupInviteMessageModifier and TypeMethodDescriptionMessageContainer.groupInviteMessage()Returns the value of thegroupInviteMessagerecord component.Methods in it.auties.whatsapp.model.message.model with parameters of type GroupInviteMessageModifier and TypeMethodDescriptionMessageContainerBuilder.groupInviteMessage(GroupInviteMessage groupInviteMessage) Method parameters in it.auties.whatsapp.model.message.model with type arguments of type GroupInviteMessageModifier and TypeMethodDescriptionMessageContainerBuilder.groupInviteMessage(Optional<GroupInviteMessage> groupInviteMessage) -
Uses of GroupInviteMessage in it.auties.whatsapp.model.message.standard
Methods in it.auties.whatsapp.model.message.standard that return GroupInviteMessageModifier and TypeMethodDescriptionGroupInviteMessageBuilder.build()static GroupInviteMessageGroupInviteMessageSpec.decode(byte[] input) GroupInviteMessage.setContextInfo(ContextInfo contextInfo) Methods in it.auties.whatsapp.model.message.standard with parameters of type GroupInviteMessageModifier and TypeMethodDescriptionstatic byte[]GroupInviteMessageSpec.encode(GroupInviteMessage protoInputObject)