const github.com/gotd/td/tg.PhoneJoinGroupCallRequestTypeID
9 uses
github.com/gotd/td/tg (current package)
tl_phone_join_group_call_gen.go#L65: const PhoneJoinGroupCallRequestTypeID = 0xb132ff7b
tl_phone_join_group_call_gen.go#L137: return PhoneJoinGroupCallRequestTypeID
tl_phone_join_group_call_gen.go#L149: ID: PhoneJoinGroupCallRequestTypeID,
tl_phone_join_group_call_gen.go#L205: b.PutID(PhoneJoinGroupCallRequestTypeID)
tl_phone_join_group_call_gen.go#L241: if err := b.ConsumeID(PhoneJoinGroupCallRequestTypeID); err != nil {
tl_registry_gen.go#L1729: PhoneJoinGroupCallRequestTypeID: "phone.joinGroupCall#b132ff7b",
tl_registry_gen.go#L3511: "phone.joinGroupCall": PhoneJoinGroupCallRequestTypeID,
tl_registry_gen.go#L5293: PhoneJoinGroupCallRequestTypeID: func() bin.Object { return &PhoneJoinGroupCallRequest{} },
tl_server_gen.go#L8832: s.handlers[PhoneJoinGroupCallRequestTypeID] = 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. |