const github.com/gotd/td/tg.PhoneCallDiscardedTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_phone_call_gen.go#L1788: const PhoneCallDiscardedTypeID = 0x50ca4de1
tl_phone_call_gen.go#L1868: return PhoneCallDiscardedTypeID
tl_phone_call_gen.go#L1880: ID: PhoneCallDiscardedTypeID,
tl_phone_call_gen.go#L1944: b.PutID(PhoneCallDiscardedTypeID)
tl_phone_call_gen.go#L1977: if err := b.ConsumeID(PhoneCallDiscardedTypeID); err != nil {
tl_phone_call_gen.go#L2281: case PhoneCallDiscardedTypeID:
tl_registry_gen.go#L774: PhoneCallDiscardedTypeID: "phoneCallDiscarded#50ca4de1",
tl_registry_gen.go#L2556: "phoneCallDiscarded": PhoneCallDiscardedTypeID,
tl_registry_gen.go#L4338: PhoneCallDiscardedTypeID: func() bin.Object { return &PhoneCallDiscarded{} },
tl_registry_gen.go#L6292: PhoneCallDiscardedTypeID,
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. |