const github.com/gotd/td/tg.InputDialogPeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_dialog_peer_gen.go#L44: const InputDialogPeerTypeID = 0xfcaafeb7
tl_input_dialog_peer_gen.go#L90: return InputDialogPeerTypeID
tl_input_dialog_peer_gen.go#L102: ID: InputDialogPeerTypeID,
tl_input_dialog_peer_gen.go#L122: b.PutID(InputDialogPeerTypeID)
tl_input_dialog_peer_gen.go#L145: if err := b.ConsumeID(InputDialogPeerTypeID); err != nil {
tl_input_dialog_peer_gen.go#L359: case InputDialogPeerTypeID:
tl_registry_gen.go#L854: InputDialogPeerTypeID: "inputDialogPeer#fcaafeb7",
tl_registry_gen.go#L2636: "inputDialogPeer": InputDialogPeerTypeID,
tl_registry_gen.go#L4418: InputDialogPeerTypeID: func() bin.Object { return &InputDialogPeer{} },
tl_registry_gen.go#L5805: InputDialogPeerTypeID,
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. |