Hierarchy

  • IApiRequest

Properties

content: any
headers: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
params: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
privateHash?: string
query: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
user?: IUser

The user that is making the request, as authenticated by Rocket.Chat's strategy.

Generated using TypeDoc