const github.com/gotd/td/tg.PhoneGetGroupCallRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_phone_get_group_call_gen.go#L49: const PhoneGetGroupCallRequestTypeID = 0x41845db
tl_phone_get_group_call_gen.go#L95: return PhoneGetGroupCallRequestTypeID
tl_phone_get_group_call_gen.go#L107: ID: PhoneGetGroupCallRequestTypeID,
tl_phone_get_group_call_gen.go#L131: b.PutID(PhoneGetGroupCallRequestTypeID)
tl_phone_get_group_call_gen.go#L152: if err := b.ConsumeID(PhoneGetGroupCallRequestTypeID); err != nil {
tl_registry_gen.go#L1734: PhoneGetGroupCallRequestTypeID: "phone.getGroupCall#41845db",
tl_registry_gen.go#L3516: "phone.getGroupCall": PhoneGetGroupCallRequestTypeID,
tl_registry_gen.go#L5298: PhoneGetGroupCallRequestTypeID: func() bin.Object { return &PhoneGetGroupCallRequest{} },
tl_server_gen.go#L8917: s.handlers[PhoneGetGroupCallRequestTypeID] = handler
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. |