Versions in this module Expand all Collapse all v0 v0.0.20 Sep 5, 2026 v0.0.19 Sep 5, 2026 v0.0.18 Sep 4, 2026 v0.0.17 Sep 4, 2026 v0.0.16 Sep 4, 2026 v0.0.15 Sep 4, 2026 v0.0.14 Sep 4, 2026 v0.0.13 Sep 4, 2026 v0.0.12 Sep 4, 2026 v0.0.11 Sep 4, 2026 v0.0.10 Sep 3, 2026 v0.0.9 Sep 3, 2026 v0.0.8 Sep 3, 2026 v0.0.7 Sep 3, 2026 Changes in this version + func MediaFile(m *telegram.Message) (key, name string, size int64) + func MessagePreview(m *telegram.Message) string + type ChatInfo struct + ID int64 + LastMessage string + Pinned bool + Title string + Type string + UnreadCount int32 + Username string + func ToChatInfo(chat *telegram.Chat) ChatInfo + type ContactInfo struct + FirstName string + ID int64 + IsBot bool + LastName string + Phone string + Username string + func ToContactInfo(u *telegram.User) ContactInfo + type MessageInfo struct + ChatID int64 + Date int32 + ID int64 + IsOutgoing bool + MediaFileKey string + MediaFileName string + MediaSize int64 + ReplyToMessageID int64 + SenderChatID int64 + SenderUserID int64 + Text string + Type string + func ToMessageInfo(m *telegram.Message) MessageInfo