Options
All
  • Public
  • Public/Protected
  • All
Menu

This model represents a member of a group. Each real telegram user may be in multiple groups, thus multiple student instances may have the same user tg_id, but both tg_id and group_id together uniquely identify a Student.

Hierarchy

Index

Properties

group_id

group_id: number

init_date

init_date: Date

Optional last_practice_date

last_practice_date: Maybe<Date>

marks

marks: Array<ScoreDoc>

tg_id

tg_id: number

tg_name

tg_name: string

Generated using TypeDoc