github.com/gotd/td/tg.Message.PeerID (field)
10 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L298: PeerID PeerClass
tl_message_gen.go#L439: if !(m.PeerID == nil) {
tl_message_gen.go#L556: m.PeerID = from.GetPeerID()
tl_message_gen.go#L911: if m.PeerID == nil {
tl_message_gen.go#L914: if err := m.PeerID.Encode(b); err != nil {
tl_message_gen.go#L1052: m.PeerID = value
tl_message_gen.go#L1430: return m.PeerID
tl_updates_classifier_gen.go#L120: peer := msg.PeerID
github.com/gotd/td/telegram/internal/upconv
upconv.go#L45: PeerID: &tg.PeerUser{UserID: u.UserID},
upconv.go#L75: PeerID: &tg.PeerChat{ChatID: u.ChatID},
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |