Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelegramSession ¶
type TelegramSession struct { UserID int `db:"user_id"` Session []byte `db:"session"` CreatedAt time.Time `db:"created_at"` }
func (*TelegramSession) ToGraph ¶
func (t *TelegramSession) ToGraph()
Click to show internal directories.
Click to hide internal directories.