const github.com/gotd/td/tg.PhoneConnectionTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_connection_gen.go#L59: const PhoneConnectionTypeID = 0x9cc123c7
tl_phone_connection_gen.go#L133: return PhoneConnectionTypeID
tl_phone_connection_gen.go#L145: ID: PhoneConnectionTypeID,
tl_phone_connection_gen.go#L193: b.PutID(PhoneConnectionTypeID)
tl_phone_connection_gen.go#L219: if err := b.ConsumeID(PhoneConnectionTypeID); err != nil {
tl_phone_connection_gen.go#L750: case PhoneConnectionTypeID:
tl_registry_gen.go#L775: PhoneConnectionTypeID: "phoneConnection#9cc123c7",
tl_registry_gen.go#L2557: "phoneConnection": PhoneConnectionTypeID,
tl_registry_gen.go#L4339: PhoneConnectionTypeID: func() bin.Object { return &PhoneConnection{} },
tl_registry_gen.go#L6301: PhoneConnectionTypeID,
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. |