Table of Contents

Enum FriendState

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents a state of a friend relationship with the current user.

public enum FriendState

Fields

Accepted = 1

Represents an accepted friend request, where the user has been added to the current user's friend list.

Blocked = 2

Represents a blocked friend status, where the user has been blocked by the current user.

Pending = 0

Represents a pending friend request that has not been accepted yet.