github.com/gotd/td/tg.Message.PeerID (field)
10 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L355: PeerID PeerClass
tl_message_gen.go#L605: if !(m.PeerID == nil) {
tl_message_gen.go#L788: m.PeerID = from.GetPeerID()
tl_message_gen.go#L1344: if m.PeerID == nil {
tl_message_gen.go#L1347: if err := m.PeerID.Encode(b); err != nil {
tl_message_gen.go#L1560: m.PeerID = value
tl_message_gen.go#L2128: return m.PeerID
tl_updates_classifier_gen.go#L134: peer := msg.PeerID
github.com/gotd/td/telegram/internal/upconv
upconv.go#L52: PeerID: &tg.PeerUser{UserID: u.UserID},
upconv.go#L82: PeerID: &tg.PeerChat{ChatID: u.ChatID},
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |