const github.com/gotd/td/tg.InputPeerSelfTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_peer_gen.go#L144: const InputPeerSelfTypeID = 0x7da07ec9
tl_input_peer_gen.go#L180: return InputPeerSelfTypeID
tl_input_peer_gen.go#L192: ID: InputPeerSelfTypeID,
tl_input_peer_gen.go#L207: b.PutID(InputPeerSelfTypeID)
tl_input_peer_gen.go#L224: if err := b.ConsumeID(InputPeerSelfTypeID); err != nil {
tl_input_peer_gen.go#L1153: case InputPeerSelfTypeID:
tl_registry_gen.go#L46: InputPeerSelfTypeID: "inputPeerSelf#7da07ec9",
tl_registry_gen.go#L1828: "inputPeerSelf": InputPeerSelfTypeID,
tl_registry_gen.go#L3610: InputPeerSelfTypeID: func() bin.Object { return &InputPeerSelf{} },
tl_registry_gen.go#L5889: InputPeerSelfTypeID,
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. |