types

package
v0.0.0-...-e65fbe1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BotInfo

type BotInfo struct {
	ID         int64
	UserName   string
	AccessHash int64
	Token      string
}

type JWTClaims

type JWTClaims struct {
	jwt.RegisteredClaims
	Name      string    `json:"name"`
	UserName  string    `json:"userName"`
	IsPremium bool      `json:"isPremium"`
	SessionID uuid.UUID `json:"sessionId"`
	TgSession string    `json:"tgSession,omitempty"`
}

type Part

type Part struct {
	DecryptedSize int64
	Size          int64
	Salt          string
	ID            int64
}

type SessionData

type SessionData struct {
	Version int
	Data    session.Data
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL