const github.com/gotd/td/tg.PhoneCallWaitingTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L200: const PhoneCallWaitingTypeID = 0xc5226f17
tl_phone_call_gen.go#L287: return PhoneCallWaitingTypeID
tl_phone_call_gen.go#L299: ID: PhoneCallWaitingTypeID,
tl_phone_call_gen.go#L359: b.PutID(PhoneCallWaitingTypeID)
tl_phone_call_gen.go#L391: if err := b.ConsumeID(PhoneCallWaitingTypeID); err != nil {
tl_phone_call_gen.go#L2253: case PhoneCallWaitingTypeID:
tl_registry_gen.go#L770: PhoneCallWaitingTypeID: "phoneCallWaiting#c5226f17",
tl_registry_gen.go#L2552: "phoneCallWaiting": PhoneCallWaitingTypeID,
tl_registry_gen.go#L4334: PhoneCallWaitingTypeID: func() bin.Object { return &PhoneCallWaiting{} },
tl_registry_gen.go#L6288: PhoneCallWaitingTypeID,
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. |