ChatMessagePayload
@vimp-mp/types 2.0.1Interface · Client API
Chat message delivered by the multiplayer server.
ts
interface ChatMessagePayloadMembers
authorId
ts
authorId: numberServer/network ID of the message author.
authorName
ts
authorName: stringDisplay name of the message author.
text
ts
text: stringMessage body.
timestamp
ts
timestamp: numberMessage timestamp supplied by the runtime.