Versions in this module Expand all Collapse all v1 v1.5.2 May 27, 2023 Changes in this version + type AntiFloodData struct + LastEvent int64 + NumEvents int + type CancelableContext struct + Cancel context.CancelFunc + Id int64 + func (ctx *CancelableContext) GenerateId() + type ErrorMessage struct + Code int + Description string + Ok bool + Parameters *ResponseParameters + type InputFile interface + Content func() []byte + FileName func() string + type InputMediaFiles interface + Files func() map[string]InputFile + type Method interface + Files func() map[string]InputFile + MethodName func() string + ParseResult func(response []byte) (*Result, error) + ProgressCallable func() ProgressCallable + type ProgressCallable func(downloadedBytes int64, totalBytes int64) + type ResponseParameters struct + MigrateToChatID int64 + RetryAfter int + type Result struct + Error ErrorMessage + Kind int + Result any