Versions in this module Expand all Collapse all v0 v0.5.0 Jun 14, 2026 v0.4.0 Jun 14, 2026 Changes in this version + const BotFatherID + const BotFatherStepNewBotName + const BotFatherStepNewBotUsername + const BotFatherStepRevokeSelect + type BotCommand struct + Command string + Description string + type BotFatherState struct + DraftName string + Step string type User + BotToken string + IsBot bool v0.3.3 Jun 11, 2026 v0.3.2 Jun 11, 2026 v0.3.1 Jun 11, 2026 v0.3.0 Jun 11, 2026 Changes in this version + type DeleteResult struct + LocalIDs []int64 + Pts int + PtsCount int + type Dialog struct + PeerUserID int64 + ReadInboxMaxID int64 + TopMessageID int64 + UnreadCount int + type EditResult struct + Date time.Time + EditDate time.Time + PeerLocalID int64 + PeerPts int + PeerUserID int64 + SelfLocalID int64 + SelfPts int + type File struct + AccessHash int64 + CreatedAt time.Time + FileReference []byte + ID int64 + Kind string + Mime string + ObjectKey string + OwnerUserID int64 + SHA256 []byte + Size int64 + type Message struct + Date time.Time + EditDate time.Time + FromUserID int64 + GlobalID int64 + LocalID int64 + Media *File + Out bool + PeerUserID int64 + RandomID int64 + Text string + type ObjectInfo struct + Size int64 + type ObjectStore interface + Delete func(ctx context.Context, key string) error + Get func(ctx context.Context, key string) (io.ReadCloser, error) + GetRange func(ctx context.Context, key string, offset, length int64) (io.ReadCloser, error) + Put func(ctx context.Context, key string, r io.Reader, size int64, opt PutOptions) error + Stat func(ctx context.Context, key string) (ObjectInfo, error) + type PutOptions struct + ContentType string + type SentMessage struct + Date time.Time + GlobalID int64 + RecipientLocalID int64 + RecipientPts int + SelfChat bool + SenderLocalID int64 + SenderPts int + type State struct + Date time.Time + Pts int + Qts int + Seq int + UnreadCount int + type UpdateLogEntry struct + Date time.Time + Extra []byte + GlobalID *int64 + Pts int + PtsCount int + Type string + type User struct + About string + AccessHash int64 + CreatedAt time.Time + FirstName string + ID int64 + LastName string + Phone string + Username string v0.2.0 Aug 15, 2022 v0.1.1 Aug 14, 2022 v0.1.0 Aug 14, 2022