Chat Typing Animation

Queue a typing animation for a certain amount of time in a chat.

POST https://api.noauth.cc/onlyfans/start-type-animation

This request will execute the typing animation in a specific chat.

ws_token = Can optionally be provided, otherwise we automatically fetch it.

repeats = How long should the typing animation be active? 1 Repeat = 3 Seconds

The typing animation duration is set by OnlyFans and can only be based on intervals.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

session_id*

String

OF Auth

x_bc_token*

String

OF Auth

user_agent*

String

OF Auth

user_id*

String

OF Auth

proxy*

String

Example: http://user:pass@host:port

client_id*

Integer

Example: 9523935

ws_token

String

Encrypted String

repeats*

Integer

Example: 3

That would be 9 seconds.

{
  "status": "success",
  "message": "Onlyfans response.."
}

Last updated