const github.com/gotd/td/tg.PhoneCreateGroupCallRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_phone_create_group_call_gen.go#L69: const PhoneCreateGroupCallRequestTypeID = 0x48cdc6d8
tl_phone_create_group_call_gen.go#L139: return PhoneCreateGroupCallRequestTypeID
tl_phone_create_group_call_gen.go#L151: ID: PhoneCreateGroupCallRequestTypeID,
tl_phone_create_group_call_gen.go#L203: b.PutID(PhoneCreateGroupCallRequestTypeID)
tl_phone_create_group_call_gen.go#L237: if err := b.ConsumeID(PhoneCreateGroupCallRequestTypeID); err != nil {
tl_registry_gen.go#L1728: PhoneCreateGroupCallRequestTypeID: "phone.createGroupCall#48cdc6d8",
tl_registry_gen.go#L3510: "phone.createGroupCall": PhoneCreateGroupCallRequestTypeID,
tl_registry_gen.go#L5292: PhoneCreateGroupCallRequestTypeID: func() bin.Object { return &PhoneCreateGroupCallRequest{} },
tl_server_gen.go#L8815: s.handlers[PhoneCreateGroupCallRequestTypeID] = 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. |