fictadvisor / fictadvisor-bot

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

Students verification handler #30

Closed Kulunchick closed 1 year ago

Kulunchick commented 1 year ago

Need to create handler to send pending students verification request to admin telegram group

POST /api/v1/students/broadcastPending

Authorization

Telegram <Bot Token>

Request options

{
  body: {
    id: string,
    telegramId: number,
    captainTelegramId: number,
    firstName: string,
    middleName: string,
    lastName: string,
    groupCode: string,
  }
}

Response body

{
  message: string
}