/** * #bot_registration.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ export type AgreeToBountyRequest = { /** The ID of the bot registration that's agreeing to the bounty terms */ id: number; }; export type AgreeToBountyResponse = { /** The ID of the bot registration that agreed to the bounty terms */ id: number; /** The timestamp of when it agreed (i.e., just now) */ agreedToBountyAt?: string | undefined; }; //# sourceMappingURL=bot_registration.d.ts.map