changed type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface AuthSession {
|
||||
sessionId: string;
|
||||
telegramUserId: number;
|
||||
telegramUserId: any;
|
||||
username: string | null;
|
||||
displayName: string;
|
||||
active: boolean;
|
||||
|
||||
Reference in New Issue
Block a user