fictadvisor / fictadvisor-bot

Telegram bot for fictadvisor.com
11 stars 0 forks source link

Responses verification handler #29

Closed GoReNeY closed 1 year ago

GoReNeY commented 1 year ago

Create broadcast pending endpoint to responces

POST /api/v1/responses/broadcastPending

Authorization

Telegram <Bot Token>

Request options

{
  body: {
    disciplineTeacherId: string,
    subject: string,
    teacherName: string,
    userId: string,
    response: string,
    questionId: string,
  }
}

Response body

{
  message: string,
}