Archived
1

Welcome requests in groups, based on profiles and leagues

This commit is contained in:
2017-11-03 21:33:02 +04:00
parent 82f6ecd8f9
commit c998698b7a
10 changed files with 304 additions and 135 deletions

View File

@@ -13,6 +13,6 @@ type Chat struct {
ID int `db:"id"`
Name string `db:"name"`
ChatType string `db:"chat_type"`
TelegramID int `db:"telegram_id"`
TelegramID int64 `db:"telegram_id"`
CreatedAt time.Time `db:"created_at"`
}