Skip to main content

Friend Request (FriendReqInfo)

Data Structure

UINTLFriendReqType: Friend Request Type

UENUM(BlueprintType)
enum class UINTLFriendReqType :uint8 {
kReqText = 0 UMETA(DisplayName = "TEXT"),
kReqLink = 1 UMETA(DisplayName = "LINK"),
kReqImage = 2 UMETA(DisplayName = "IMAGE"),
kReqInvite = 3 UMETA(DisplayName = "INVITE"),
kReqVideo = 4 UMETA(DisplayName = "VIDEO")
};

FINTLFriendReqInfo: Friend Request Information

ParametersTypeExplanationNotes
Typeint32Friend Request TypeRequired for sharing content
Optional for adding friends
UserFStringUser ID or OpenID
Enter the specified user's OpenID
Sharing (Share) not supported
Mandatory
TitleFStringTitle of shared contentRequired
DescriptionFStringDescription
Briefly describe the purpose of sharing
Optional
Image PathFStringPath of the image
Local path (recommended) or URL of the online image
Optional
Thumb PathFStringPath of the thumbnail
Local path (recommended) or URL of the online thumbnail
Optional
Media PathFStringMultimedia path (music or video)
Local path of the multimedia file
Optional
LinkFStringLink
Hyperlinks to images, music, or videos
Optional
ExtraJsonFStringExtended parametersOptional