FollowRequest

class qpy.FollowRequest(requestdict, bot)

Represents qpost’s FollowRequest object

id: int

The unique identifier of this FollowRequest

sender: User

The creator of this FollowRequest

receiver: User

The user that received the request

time_created: str

The timestamp of when this FollowRequest was created

accept()

Accepts the follow request

decline()

Declines the follow request