Skip to main content

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 info<

ParameterTypeDescriptionRemark
Typeint32Friend request typeRequired for sharing content
Optional for adding friends
UserFStringUser ID or OpenID
Enter the OpenID of the specified user
Share not supported
Required
TitleFStringTitle of shared contentRequired
DescriptionFStringDescription
Briefly describe the purpose of sharing
Optional
ImagePathFStringPicture path
Local path (recommended) or URL of the picture
Optional
ThumbPathFStringThumbnail path
Local path (recommended) or URL of the thumbnail
Optional
MediaPathFStringMedia (music or video)
Local path of the media file
Optional
LinkFStringLink
Hyperlink of the picture, music, or video
Optional
ExtraJsonFStringThe extended fieldOptional