PendingFriendBase
Base class for pending friends. Represents a pending friend from Fortnite. Inherits fromFriendBase and UserBase.
Properties
status
str - The friend’s status to the client.
incoming
bool - True if this friend was the one to send the friend request else False. Aliased to inbound as well.
inbound
bool - Alias for incoming.
outgoing
bool - True if the bot was the one to send the friend request else False. Aliased to outbound as well.
outbound
bool - Alias for outgoing.
created_at
datetime.datetime - The UTC time of when the request was created.
IncomingPendingFriend
Represents an incoming pending friend. This means that the client received the friend request. Inherits fromPendingFriendBase.
Methods
accept()
HTTPException- Something went wrong when trying to accept this request.
Friend - Object of the friend you just added.
decline()
HTTPException- Something went wrong when trying to decline this request.
block()
HTTPException- Something went wrong when trying to block this user.
OutgoingPendingFriend
Represents an outgoing pending friend. This means that the client sent the friend request. Inherits fromPendingFriendBase.
Methods
cancel()
abort().
Raises:
HTTPException- Something went wrong when trying to cancel this request.
abort()
cancel().
block()
HTTPException- Something went wrong when trying to block this user.