const github.com/gotd/td/tg.InitConnectionRequestTypeID
8 uses
github.com/gotd/td/tg (current package)
tl_init_connection_gen.go#L75: const InitConnectionRequestTypeID = 0xc1cd5ea9
tl_init_connection_gen.go#L170: return InitConnectionRequestTypeID
tl_init_connection_gen.go#L182: ID: InitConnectionRequestTypeID,
tl_init_connection_gen.go#L250: b.PutID(InitConnectionRequestTypeID)
tl_init_connection_gen.go#L294: if err := b.ConsumeID(InitConnectionRequestTypeID); err != nil {
tl_registry_gen.go#L1242: InitConnectionRequestTypeID: "initConnection#c1cd5ea9",
tl_registry_gen.go#L3024: "initConnection": InitConnectionRequestTypeID,
tl_registry_gen.go#L4806: InitConnectionRequestTypeID: func() bin.Object { return &InitConnectionRequest{} },
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. |