Documentation ¶
Index ¶
Constants ¶
View Source
const MaxPartSize = 1024 * 1024
MaxPartSize refer to https://core.telegram.org/api/files#downloading-files
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts Options) *Downloader
type Progress ¶
type Progress interface { OnAdd(elem Elem) OnDownload(elem Elem, state ProgressState) OnDone(elem Elem, err error) }
type ProgressState ¶
Click to show internal directories.
Click to hide internal directories.