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