Asks the channel to re-announce state the sender missed — typically fired by a client that just connected and wants the current picture without waiting a full cadence. Part of the IRC schema reference.
{
"type": "resend_request",
"include": [
"presence",
"entity_owner"
]
}| Field | Type | Constraints |
|---|---|---|
type | "resend_request" | Discriminator |
include | array | Any of presence, logout, entity_owner |
Answer these
A well-behaved peer responds to a resend_request naming presence by immediately pushing a fresh presence batch for its online users, rather than waiting for the next scheduled one. That is what makes your users appear instantly to a freshly-connected client instead of seconds later.