const github.com/gotd/td/tg.InputNotifyPeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_notify_peer_gen.go#L44: const InputNotifyPeerTypeID = 0xb8bc5b0c
tl_input_notify_peer_gen.go#L90: return InputNotifyPeerTypeID
tl_input_notify_peer_gen.go#L102: ID: InputNotifyPeerTypeID,
tl_input_notify_peer_gen.go#L122: b.PutID(InputNotifyPeerTypeID)
tl_input_notify_peer_gen.go#L145: if err := b.ConsumeID(InputNotifyPeerTypeID); err != nil {
tl_input_notify_peer_gen.go#L704: case InputNotifyPeerTypeID:
tl_registry_gen.go#L207: InputNotifyPeerTypeID: "inputNotifyPeer#b8bc5b0c",
tl_registry_gen.go#L1989: "inputNotifyPeer": InputNotifyPeerTypeID,
tl_registry_gen.go#L3771: InputNotifyPeerTypeID: func() bin.Object { return &InputNotifyPeer{} },
tl_registry_gen.go#L5875: InputNotifyPeerTypeID,
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. |