const github.com/gotd/td/tg.DialogPeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_dialog_peer_gen.go#L44: const DialogPeerTypeID = 0xe56dbf05
tl_dialog_peer_gen.go#L90: return DialogPeerTypeID
tl_dialog_peer_gen.go#L102: ID: DialogPeerTypeID,
tl_dialog_peer_gen.go#L122: b.PutID(DialogPeerTypeID)
tl_dialog_peer_gen.go#L145: if err := b.ConsumeID(DialogPeerTypeID); err != nil {
tl_dialog_peer_gen.go#L367: case DialogPeerTypeID:
tl_registry_gen.go#L856: DialogPeerTypeID: "dialogPeer#e56dbf05",
tl_registry_gen.go#L2638: "dialogPeer": DialogPeerTypeID,
tl_registry_gen.go#L4420: DialogPeerTypeID: func() bin.Object { return &DialogPeer{} },
tl_registry_gen.go#L5639: DialogPeerTypeID,
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. |