fix парсер
This commit is contained in:
@@ -7,13 +7,14 @@ import (
|
||||
)
|
||||
|
||||
type Channel struct {
|
||||
ID uuid.UUID
|
||||
TelegramID int64
|
||||
Username string
|
||||
Title string
|
||||
AccessHash int64
|
||||
Pts int
|
||||
InviteLink string
|
||||
ID uuid.UUID
|
||||
TelegramID int64
|
||||
Username string
|
||||
Title string
|
||||
AccessHash int64
|
||||
Pts int
|
||||
InviteLink string
|
||||
IsAccessible bool
|
||||
}
|
||||
|
||||
const channelIDOffset int64 = 1000000000000
|
||||
|
||||
Reference in New Issue
Block a user